diff --git a/Doc/library/re.rst b/Doc/library/re.rst index a9e6ac30d16c88..4c3e46323e1312 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -494,6 +494,7 @@ The special characters are: .. deprecated:: 3.11 Group *id* containing anything except ASCII digits. + Group names containing non-ASCII characters in bytes replacement strings. The special sequences consist of ``'\'`` and a character from the list below.