File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ following forms:
197197>   ;  ; | ` # ` RAW_STRING_CONTENT ` # `
198198
199199Raw string literals do not process any escapes. They start with the character
200- ` U+0072 ` (` r ` ), followed by zero or more of the character ` U+0023 ` (` # ` ) and a
200+ ` U+0072 ` (` r ` ), followed by fewer than 256 of the character ` U+0023 ` (` # ` ) and a
201201` U+0022 ` (double-quote) character. The _ raw string body_ can contain any sequence
202202of Unicode characters and is terminated only by another ` U+0022 ` (double-quote)
203203character, followed by the same number of ` U+0023 ` (` # ` ) characters that preceded
@@ -288,7 +288,7 @@ following forms:
288288>   ;  ; _ any ASCII (i.e. 0x00 to 0x7F)_
289289
290290Raw byte string literals do not process any escapes. They start with the
291- character ` U+0062 ` (` b ` ), followed by ` U+0072 ` (` r ` ), followed by zero or more
291+ character ` U+0062 ` (` b ` ), followed by ` U+0072 ` (` r ` ), followed by fewer than 256
292292of the character ` U+0023 ` (` # ` ), and a ` U+0022 ` (double-quote) character. The
293293_ raw string body_ can contain any sequence of ASCII characters and is terminated
294294only by another ` U+0022 ` (double-quote) character, followed by the same number of
You can’t perform that action at this time.
0 commit comments