Skip to content

Commit 478b8da

Browse files
Docs: Fix typo in codecs documentation (pythonGH-140883)
1 parent b1027d4 commit 478b8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/codecs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ alias for the ``'utf_8'`` codec.
10881088
refer to the source :source:`aliases.py <Lib/encodings/aliases.py>` file.
10891089

10901090
On Windows, ``cpXXX`` codecs are available for all code pages.
1091-
But only codecs listed in the following table are guarantead to exist on
1091+
But only codecs listed in the following table are guaranteed to exist on
10921092
other platforms.
10931093

10941094
.. impl-detail::

0 commit comments

Comments
 (0)