mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Docs: Fix a grammatical error in Doc/c-api/codec.rst (#140612)
This commit is contained in:
parent
421a475c87
commit
33b2ca80bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue