]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Feb 2024 13:38:58 +0000 (14:38 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2024 13:38:58 +0000 (13:38 +0000)
(cherry picked from commit d29f57f6036353b4e705a42637177442bf7e07e5)

Co-authored-by: Justin Williams <97240811+juswil@users.noreply.github.com>
Doc/library/stdtypes.rst

index a72f1309e3842e873dabfdafeb3bd31d2b3ad0e7..ccc00198b67be4f945c30958ca5d92076e3059b4 100644 (file)
@@ -1528,7 +1528,7 @@ between them will be implicitly converted to a single string literal. That
 is, ``("spam " "eggs") == "spam eggs"``.
 
 See :ref:`strings` for more about the various forms of string literal,
-including supported escape sequences, and the ``r`` ("raw") prefix that
+including supported :ref:`escape sequences <escape-sequences>`, and the ``r`` ("raw") prefix that
 disables most escape sequence processing.
 
 Strings may also be created from other objects using the :class:`str`