gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638)

This commit is contained in:
Justin Williams 2024-02-02 08:32:46 -05:00 committed by GitHub
parent d0f1307580
commit d29f57f603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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`