https://github.com/python/cpython/commit/d29f57f6036353b4e705a42637177442bf7e07e5
commit: d29f57f6036353b4e705a42637177442bf7e07e5
branch: main
author: Justin Williams <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2024-02-02T15:32:46+02:00
summary:
gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst
(GH-103638)
files:
M Doc/library/stdtypes.rst
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 9028ff5c134fa9..1a4c12590c1018 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -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`
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]