We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lexical_analysis.rst
1 parent 5bd7291 commit b5fe80aCopy full SHA for b5fe80a
Doc/reference/lexical_analysis.rst
@@ -503,7 +503,8 @@ must be expressed with escapes.
503
single: r"; raw string literal
504
505
Both string and bytes literals may optionally be prefixed with a letter ``'r'``
506
-or ``'R'``; such strings are called :dfn:`raw strings` and treat backslashes as
+or ``'R'``; such objects are called :dfn:`raw strings`
507
+and :dfn:`raw bytes` respectively and treat backslashes as
508
literal characters. As a result, in string literals, ``'\U'`` and ``'\u'``
509
escapes in raw strings are not treated specially. Given that Python 2.x's raw
510
unicode literals behave differently than Python 3.x's the ``'ur'`` syntax
0 commit comments