Skip to content

Commit

Permalink
pythongh-103360: Add link in stdtypes.rst to escape sequences in lexi…
Browse files Browse the repository at this point in the history
…cal_analysis.rst (pythonGH-103638)
  • Loading branch information
juswil authored and fsc-eriker committed Feb 14, 2024
1 parent d3c77d1 commit b46fba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b46fba2

Please sign in to comment.