]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix the reference to unicode specification (#139138)
authorKarolina Surma <33810531+befeleme@users.noreply.github.com>
Fri, 19 Sep 2025 12:28:55 +0000 (14:28 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Sep 2025 12:28:55 +0000 (14:28 +0200)
Doc/library/unicodedata.rst

index f9678c726795ceb2e36902f9e80e509cef3afd1b..0369cd99c47c1818c3f8665daac91d926e8f39d0 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/#Canonical_Combining_Class_Values>`_
+   Database <https://www.unicode.org/reports/tr44/#Canonical_Combining_Class_Values>`_
    for more information.