]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Fix the reference to unicode specification (#139138) (#139286)
authorKarolina Surma <33810531+befeleme@users.noreply.github.com>
Wed, 24 Sep 2025 17:11:20 +0000 (19:11 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Sep 2025 17:11:20 +0000 (18:11 +0100)
Fix the reference to unicode specification (#139138)

(cherry picked from commit b36dee855dd61f6ac37208866c3c4c21429a587a)

Doc/library/unicodedata.rst

index ff6f2f746419240a73649cede7ccb78d3e62b7e3..b1c2e543718160fb57012b1a5fbeb7eda444918b 100644 (file)
@@ -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.