Skip to content

Commit 0448525

Browse files
juswilaisk
authored andcommitted
pythongh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (pythonGH-103638)
1 parent 445e147 commit 0448525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ between them will be implicitly converted to a single string literal. That
15281528
is, ``("spam " "eggs") == "spam eggs"``.
15291529

15301530
See :ref:`strings` for more about the various forms of string literal,
1531-
including supported escape sequences, and the ``r`` ("raw") prefix that
1531+
including supported :ref:`escape sequences <escape-sequences>`, and the ``r`` ("raw") prefix that
15321532
disables most escape sequence processing.
15331533

15341534
Strings may also be created from other objects using the :class:`str`

0 commit comments

Comments
 (0)