]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst ...
authorJustin Williams <97240811+juswil@users.noreply.github.com>
Fri, 2 Feb 2024 13:32:46 +0000 (08:32 -0500)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2024 13:32:46 +0000 (15:32 +0200)
Doc/library/stdtypes.rst

index 9028ff5c134fa92c4c141b6ea790365005cd9f36..1a4c12590c1018d0ca3200810f814ae3d71cdfc1 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`