mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
Docs: Fix typo in codecs documentation (GH-140883)
This commit is contained in:
parent
b1027d4762
commit
478b8dab0b
1 changed files with 1 additions and 1 deletions
|
|
@ -1088,7 +1088,7 @@ alias for the ``'utf_8'`` codec.
|
|||
refer to the source :source:`aliases.py <Lib/encodings/aliases.py>` file.
|
||||
|
||||
On Windows, ``cpXXX`` codecs are available for all code pages.
|
||||
But only codecs listed in the following table are guarantead to exist on
|
||||
But only codecs listed in the following table are guaranteed to exist on
|
||||
other platforms.
|
||||
|
||||
.. impl-detail::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue