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.
2 parents 0f8df80 + a923b4f commit fa59bb0Copy full SHA for fa59bb0
src/doc/reference.md
@@ -341,7 +341,7 @@ following forms:
341
escaped in order to denote its ASCII encoding `0x5C`.
342
343
Raw byte string literals do not process any escapes. They start with the
344
-character `U+0072` (`r`), followed by `U+0062` (`b`), followed by zero or more
+character `U+0062` (`b`), followed by `U+0072` (`r`), followed by zero or more
345
of the character `U+0023` (`#`), and a `U+0022` (double-quote) character. The
346
_raw string body_ is not defined in the EBNF grammar above: it can contain any
347
sequence of ASCII characters and is terminated only by another `U+0022`
0 commit comments