Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d29f57f

Browse filesBrowse files
authored
gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638)
1 parent d0f1307 commit d29f57f
Copy full SHA for d29f57f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Doc/library/stdtypes.rst

Copy file name to clipboardExpand all lines: Doc/library/stdtypes.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.