mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +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
|
@ -1205,7 +1205,7 @@ Character Map Codecs
|
|||
|
||||
This codec is special in that it can be used to implement many different codecs
|
||||
(and this is in fact what was done to obtain most of the standard codecs
|
||||
included in the :mod:`encodings` package). The codec uses mappings to encode and
|
||||
included in the :mod:`!encodings` package). The codec uses mappings to encode and
|
||||
decode characters. The mapping objects provided must support the
|
||||
:meth:`__getitem__` mapping interface; dictionaries and sequences work well.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue