mirror of
https://github.com/python/cpython.git
synced 2026-03-02 19:10:46 +00:00
[3.12] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638) (GH-114907)
(cherry picked from commit d29f57f603)
Co-authored-by: Justin Williams <97240811+juswil@users.noreply.github.com>
This commit is contained in:
parent
564d8484d1
commit
e2f7aab9a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue