]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix grammatical error in stringprep documentation (#108414)
authorMatthew James Kraai <kraai@ftbfs.org>
Sun, 27 Aug 2023 11:26:23 +0000 (04:26 -0700)
committerGitHub <noreply@github.com>
Sun, 27 Aug 2023 11:26:23 +0000 (11:26 +0000)
Remove the word "them", which didn't make grammatical sense.

Co-authored-by: KRAAI, MATTHEW [VISUS] <mkraai@its.jnj.com>
Doc/library/stringprep.rst

index 5cfb533d802db438cdf575e7ccd01aa9661acc15..c6d78a356d97bcdeb6a1f0d9adb8e2fefe198dbe 100644 (file)
@@ -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.