Skip to content

Commit 7484a5c

Browse files
authored
Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)
1 parent 99c7e98 commit 7484a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/controlflow.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Several other key features of this statement:
378378
- Mapping patterns: ``{"bandwidth": b, "latency": l}`` captures the
379379
``"bandwidth"`` and ``"latency"`` values from a dictionary. Unlike sequence
380380
patterns, extra keys are ignored. An unpacking like ``**rest`` is also
381-
supported. (But ``**_`` would be redundant, so it not allowed.)
381+
supported. (But ``**_`` would be redundant, so it is not allowed.)
382382

383383
- Subpatterns may be captured using the ``as`` keyword::
384384

0 commit comments

Comments
 (0)