We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f1307 commit d29f57fCopy full SHA for d29f57f
Doc/library/stdtypes.rst
@@ -1528,7 +1528,7 @@ between them will be implicitly converted to a single string literal. That
1528
is, ``("spam " "eggs") == "spam eggs"``.
1529
1530
See :ref:`strings` for more about the various forms of string literal,
1531
-including supported escape sequences, and the ``r`` ("raw") prefix that
+including supported :ref:`escape sequences <escape-sequences>`, and the ``r`` ("raw") prefix that
1532
disables most escape sequence processing.
1533
1534
Strings may also be created from other objects using the :class:`str`
0 commit comments