Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c7e98 commit 7484a5cCopy full SHA for 7484a5c
1 file changed
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