From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:47:52 +0000 (+0000) Subject: Docs: Fix typo in codecs documentation (GH-140883) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=478b8dab0b40f08c3ded40bf988ec49a50f4c8fb;p=thirdparty%2FPython%2Fcpython.git Docs: Fix typo in codecs documentation (GH-140883) --- diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 2a5994b11d83..305e5d07a352 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1088,7 +1088,7 @@ alias for the ``'utf_8'`` codec. refer to the source :source:`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::