PEP 622: Fix typo (#1584)

This commit is contained in:
Ram Rachum 2020-09-05 14:34:52 +03:00 committed by GitHub
parent 6238da5015
commit fc8c265188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]: