From aaac9dc879e48df4dd713efcf0e05f2b2481ecca Mon Sep 17 00:00:00 2001 From: F18-Maverick Date: Sun, 26 Oct 2025 13:27:04 +0800 Subject: [PATCH] fix the grammatical error in ./Doc/c-api/codec.rst, add ...a side... --- Doc/c-api/codec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)