Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/unicodedata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
Loading