https://github.com/python/cpython/commit/7f83461e567915d3133c6b98de2bda9c7a33559c
commit: 7f83461e567915d3133c6b98de2bda9c7a33559c
branch: 3.13
author: Karolina Surma <[email protected]>
committer: malemburg <[email protected]>
date: 2025-09-24T10:36:37+02:00
summary:

[3.13] Fix the reference to unicode specification (#139138) (#139285)

(cherry picked from commit b36dee855dd61f6ac37208866c3c4c21429a587a)

files:
M Doc/library/unicodedata.rst

diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index 63f3b5cfe9bf33..2f0006df7ea833 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/tr44-30.html#Canonical_Combining_Class_Values>`_
+   Database 
<https://www.unicode.org/reports/tr44/tr44-30.html#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