From 7f83461e567915d3133c6b98de2bda9c7a33559c Mon Sep 17 00:00:00 2001 From: Karolina Surma <33810531+befeleme@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:36:37 +0200 Subject: [PATCH] [3.13] Fix the reference to unicode specification (#139138) (#139285) (cherry picked from commit b36dee855dd61f6ac37208866c3c4c21429a587a) --- Doc/library/unicodedata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index 63f3b5cfe9bf..2f0006df7ea8 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 `_ + Database `_ for more information. -- 2.47.3