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 @@ -443,14 +443,14 @@ character ``'$'``.
443
443
Most of the standard escapes supported by Python string literals are also
444
444
accepted by the regular expression parser::
445
445
446
- \a \b \f \n \N{name}
446
+ \a \b \f \n \N
447
447
\r \t \u \U
448
448
\v \x \\
449
449
450
450
(Note that ``\b `` is used to represent word boundaries, and means "backspace"
451
451
only inside character classes.)
452
452
453
- ``'\u' ``, ``'\U' ``, and ``'\N{name} ' `` escape sequences are only recognized in Unicode
453
+ ``'\u' ``, ``'\U' ``, and ``'\N' `` escape sequences are only recognized in Unicode
454
454
patterns. In bytes patterns they are not treated specially.
455
455
456
456
Octal escapes are included in a limited form. If the first digit is a 0, or if
You can’t perform that action at this time.
0 commit comments