Docs: Fix typo in codecs documentation (GH-140883)

This commit is contained in:
Stan Ulbrych 2025-11-03 15:47:52 +00:00 committed by GitHub
parent b1027d4762
commit 478b8dab0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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::