Skip to content

Commit b36dee8

Browse files
authored
Fix the reference to unicode specification (#139138)
1 parent 35c7e52 commit b36dee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unicodedata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ following functions:
123123
Returns the canonical combining class assigned to the character *chr*
124124
as integer. Returns ``0`` if no combining class is defined.
125125
See the `Canonical Combining Class Values section of the Unicode Character
126-
Database <www.unicode.org/reports/tr44/#Canonical_Combining_Class_Values>`_
126+
Database <https://www.unicode.org/reports/tr44/#Canonical_Combining_Class_Values>`_
127127
for more information.
128128

129129

0 commit comments

Comments
 (0)