mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix duplicated words in the docs (GH-102629)
With grep utility found some duplicated words Automerge-Triggered-By: GH:AlexWaygood
This commit is contained in:
parent
6cd7572f85
commit
f6ca71a422
5 changed files with 6 additions and 7 deletions
|
@ -816,7 +816,7 @@ keyword against a subject. Syntax:
|
|||
|
||||
If the OR pattern fails, the AS pattern fails. Otherwise, the AS pattern binds
|
||||
the subject to the name on the right of the as keyword and succeeds.
|
||||
``capture_pattern`` cannot be a a ``_``.
|
||||
``capture_pattern`` cannot be a ``_``.
|
||||
|
||||
In simple terms ``P as NAME`` will match with ``P``, and on success it will
|
||||
set ``NAME = <subject>``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue