https://github.com/python/cpython/commit/b36dee855dd61f6ac37208866c3c4c21429a587a
commit: b36dee855dd61f6ac37208866c3c4c21429a587a
branch: main
author: Karolina Surma <[email protected]>
committer: malemburg <[email protected]>
date: 2025-09-19T14:28:55+02:00
summary:

Fix the reference to unicode specification (#139138)

files:
M Doc/library/unicodedata.rst

diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index f9678c726795ce..0369cd99c47c18 100644
--- a/Doc/library/unicodedata.rst
+++ b/Doc/library/unicodedata.rst
@@ -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.
 
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to