PEP 622: Fix typo (#1584)
This commit is contained in:
parent
6238da5015
commit
fc8c265188
|
@ -1595,7 +1595,7 @@ ambiguous with capture patterns. Five other alternatives were considered:
|
||||||
If needed, the leading-dot rule (or a similar variant) could be
|
If needed, the leading-dot rule (or a similar variant) could be
|
||||||
added back later with no backward-compatibility issues.
|
added back later with no backward-compatibility issues.
|
||||||
|
|
||||||
* There was also on idea to make lookup semantics the default, and require
|
* There was also an idea to make lookup semantics the default, and require
|
||||||
``$`` or ``?`` to be used in capture patterns::
|
``$`` or ``?`` to be used in capture patterns::
|
||||||
|
|
||||||
match entree[-1]:
|
match entree[-1]:
|
||||||
|
|
Loading…
Reference in New Issue