From: Matthew James Kraai Date: Sun, 27 Aug 2023 11:26:23 +0000 (-0700) Subject: Fix grammatical error in stringprep documentation (#108414) X-Git-Tag: v3.13.0a1~754 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd0a8aece974330ef44ffe4e0f2e8aa632e98438;p=thirdparty%2FPython%2Fcpython.git Fix grammatical error in stringprep documentation (#108414) Remove the word "them", which didn't make grammatical sense. Co-authored-by: KRAAI, MATTHEW [VISUS] --- diff --git a/Doc/library/stringprep.rst b/Doc/library/stringprep.rst index 5cfb533d802d..c6d78a356d97 100644 --- a/Doc/library/stringprep.rst +++ b/Doc/library/stringprep.rst @@ -27,7 +27,7 @@ procedure are part of the profile. One example of a ``stringprep`` profile is ``nameprep``, which is used for internationalized domain names. The module :mod:`stringprep` only exposes the tables from :rfc:`3454`. As these -tables would be very large to represent them as dictionaries or lists, the +tables would be very large to represent as dictionaries or lists, the module uses the Unicode character database internally. The module source code itself was generated using the ``mkstringprep.py`` utility.