mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Fix the reference to unicode specification (#139138) (cherry picked from commit b36dee855dd61f6ac37208866c3c4c21429a587a)
This commit is contained in:
parent
460ad1aa1b
commit
c76fd771b5
@ -123,7 +123,7 @@ following functions:
|
||||
Returns the canonical combining class assigned to the character *chr*
|
||||
as integer. Returns ``0`` if no combining class is defined.
|
||||
See the `Canonical Combining Class Values section of the Unicode Character
|
||||
Database <www.unicode.org/reports/tr44/tr44-34.html#Canonical_Combining_Class_Values>`_
|
||||
Database <https://www.unicode.org/reports/tr44/tr44-34.html#Canonical_Combining_Class_Values>`_
|
||||
for more information.
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user