https://github.com/python/cpython/commit/d64b05b284edc956c1dc88b6d100ec9b90179399 commit: d64b05b284edc956c1dc88b6d100ec9b90179399 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-10-26T09:45:42Z summary:
[3.13] Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (GH-140612) (#140617) Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (GH-140612) (cherry picked from commit 33b2ca80bb073e25b8e23691da96cf0eda67c7bf) Co-authored-by: RayXu <[email protected]> files: M Doc/c-api/codec.rst diff --git a/Doc/c-api/codec.rst b/Doc/c-api/codec.rst index 8ae5c4fecd6248..9876060dd74ac4 100644 --- a/Doc/c-api/codec.rst +++ b/Doc/c-api/codec.rst @@ -7,7 +7,7 @@ Codec registry and support functions Register a new codec search function. - As side effect, this tries to load the :mod:`!encodings` package, if not yet + As a side effect, this tries to load the :mod:`!encodings` package, if not yet done, to make sure that it is always first in the list of search functions. .. c:function:: int PyCodec_Unregister(PyObject *search_function) _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
