summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMatthew James Kraai <kraai@ftbfs.org>2023-08-27 11:26:23 (GMT)
committerGitHub <noreply@github.com>2023-08-27 11:26:23 (GMT)
commitcd0a8aece974330ef44ffe4e0f2e8aa632e98438 (patch)
treebbc68e708d9980e75ca4b6cdb9bdfb225032f324 /Doc
parent7096a2be33619dc02c06a6dc30aac414a9eba462 (diff)
downloadcpython-cd0a8aece974330ef44ffe4e0f2e8aa632e98438.zip
cpython-cd0a8aece974330ef44ffe4e0f2e8aa632e98438.tar.gz
cpython-cd0a8aece974330ef44ffe4e0f2e8aa632e98438.tar.bz2
Fix grammatical error in stringprep documentation (#108414)
Remove the word "them", which didn't make grammatical sense. Co-authored-by: KRAAI, MATTHEW [VISUS] <mkraai@its.jnj.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/stringprep.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stringprep.rst b/Doc/library/stringprep.rst
index 5cfb533..c6d78a3 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.