We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c7e98 commit 7484a5cCopy full SHA for 7484a5c
Doc/tutorial/controlflow.rst
@@ -378,7 +378,7 @@ Several other key features of this statement:
378
- Mapping patterns: ``{"bandwidth": b, "latency": l}`` captures the
379
``"bandwidth"`` and ``"latency"`` values from a dictionary. Unlike sequence
380
patterns, extra keys are ignored. An unpacking like ``**rest`` is also
381
- supported. (But ``**_`` would be redundant, so it not allowed.)
+ supported. (But ``**_`` would be redundant, so it is not allowed.)
382
383
- Subpatterns may be captured using the ``as`` keyword::
384
0 commit comments