We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7096a2b commit cd0a8aeCopy full SHA for cd0a8ae
Doc/library/stringprep.rst
@@ -27,7 +27,7 @@ procedure are part of the profile. One example of a ``stringprep`` profile is
27
``nameprep``, which is used for internationalized domain names.
28
29
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
+tables would be very large to represent as dictionaries or lists, the
31
module uses the Unicode character database internally. The module source code
32
itself was generated using the ``mkstringprep.py`` utility.
33
0 commit comments