From deb2efd85efa970e73835348128c10f986b8028e Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Thu, 18 Sep 2025 20:13:23 +0200 Subject: [PATCH] Fix the reference to unicode specification --- 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 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 `_ + Database `_ for more information.