From 52597f02ffd45f3c30ff04fecd1ab86345a7b226 Mon Sep 17 00:00:00 2001 From: Adorilson Bezerra Date: Sat, 9 Aug 2025 18:26:36 +0100 Subject: [PATCH] [DOC] Add label to Unicode Properties subsection on how-to --- Doc/howto/unicode.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 254fe729355353..243cc27bac7025 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -352,6 +352,8 @@ If you don't include such a comment, the default encoding used will be UTF-8 as already mentioned. See also :pep:`263` for more information. +.. _unicode-properties: + Unicode Properties ------------------