From: Karolina Surma <33810531+befeleme@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:11:20 +0000 (+0200) Subject: [3.14] Fix the reference to unicode specification (#139138) (#139286) X-Git-Tag: v3.14.0~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c76fd771b5c19cf978c6cc9cdd403fb38ae14341;p=thirdparty%2FPython%2Fcpython.git [3.14] Fix the reference to unicode specification (#139138) (#139286) Fix the reference to unicode specification (#139138) (cherry picked from commit b36dee855dd61f6ac37208866c3c4c21429a587a) --- diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index ff6f2f746419..b1c2e5437181 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.