mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
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>
This commit is contained in:
parent
7096a2be33
commit
cd0a8aece9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue