Skip to content

Commit cd0a8ae

Browse files
authored
Fix grammatical error in stringprep documentation (#108414)
Remove the word "them", which didn't make grammatical sense. Co-authored-by: KRAAI, MATTHEW [VISUS] <[email protected]>
1 parent 7096a2b commit cd0a8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stringprep.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ procedure are part of the profile. One example of a ``stringprep`` profile is
2727
``nameprep``, which is used for internationalized domain names.
2828

2929
The module :mod:`stringprep` only exposes the tables from :rfc:`3454`. As these
30-
tables would be very large to represent them as dictionaries or lists, the
30+
tables would be very large to represent as dictionaries or lists, the
3131
module uses the Unicode character database internally. The module source code
3232
itself was generated using the ``mkstringprep.py`` utility.
3333

0 commit comments

Comments
 (0)