]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (#140612)
authorRayXu <140802139+F18-Maverick@users.noreply.github.com>
Sun, 26 Oct 2025 09:39:32 +0000 (17:39 +0800)
committerGitHub <noreply@github.com>
Sun, 26 Oct 2025 09:39:32 +0000 (10:39 +0100)
Doc/c-api/codec.rst

index 8ae5c4fecd6248fb67eb695ab93a78990be2f124..9876060dd74ac42adb1d2336da276c0116ba7bb6 100644 (file)
@@ -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 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)