mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix Issue #21528 - Fix documentation typos
This commit is contained in:
parent
1c4398f880
commit
8b852f111e
32 changed files with 43 additions and 43 deletions
|
|
@ -852,7 +852,7 @@ keep track of the group numbers. There are two features which help with this
|
|||
problem. Both of them use a common syntax for regular expression extensions, so
|
||||
we'll look at that first.
|
||||
|
||||
Perl 5 is well-known for its powerful additions to standard regular expressions.
|
||||
Perl 5 is well known for its powerful additions to standard regular expressions.
|
||||
For these new features the Perl developers couldn't choose new single-keystroke metacharacters
|
||||
or new special sequences beginning with ``\`` without making Perl's regular
|
||||
expressions confusingly different from standard REs. If they chose ``&`` as a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue