mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-107298: Fix doc references to undocumented modules (#107300)
Update also Doc/tools/.nitignore.
This commit is contained in:
parent
b1de3807b8
commit
87b39028e5
8 changed files with 11 additions and 13 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 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