https://github.com/python/cpython/commit/c76fd771b5c19cf978c6cc9cdd403fb38ae14341
commit: c76fd771b5c19cf978c6cc9cdd403fb38ae14341
branch: 3.14
author: Karolina Surma <[email protected]>
committer: hugovk <[email protected]>
date: 2025-09-24T18:11:20+01:00
summary:
[3.14] Fix the reference to unicode specification (#139138) (#139286)
Fix the reference to unicode specification (#139138)
(cherry picked from commit b36dee855dd61f6ac37208866c3c4c21429a587a)
files:
M Doc/library/unicodedata.rst
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index ff6f2f74641924..b1c2e543718160 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-34.html#Canonical_Combining_Class_Values>`_
+ Database
<https://www.unicode.org/reports/tr44/tr44-34.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]