mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.12] Fix grammatical error in stringprep documentation (GH-108414) (#108537)
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>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
07c0e24748
commit
752d5254f5
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