Skip to content

Commit 7f83461

Browse files
authored
[3.13] Fix the reference to unicode specification (#139138) (#139285)
(cherry picked from commit b36dee8)
1 parent dbe4690 commit 7f83461

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/tr44-30.html#Canonical_Combining_Class_Values>`_
126+
Database <https://www.unicode.org/reports/tr44/tr44-30.html#Canonical_Combining_Class_Values>`_
127127
for more information.
128128

129129

0 commit comments

Comments
 (0)