mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
[3.11] Fix grammatical error in stringprep documentation (GH-108414) (#108538)
Fix grammatical error in stringprep documentation (GH-108414)
Remove the word "them", which didn't make grammatical sense.
(cherry picked from commit cd0a8aece9)
Co-authored-by: Matthew James Kraai <kraai@ftbfs.org>
Co-authored-by: KRAAI, MATTHEW [VISUS] <mkraai@its.jnj.com>
This commit is contained in:
parent
b9fc536399
commit
c8e66c47da
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