Skip to content

Commit bb84df3

Browse files
Update Doc/tutorial/controlflow.rst
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 060353c commit bb84df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/controlflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Several other key features of this statement:
441441
``False`` and ``None`` are compared by identity.
442442

443443
- Patterns may use named constants. These must be dotted names
444-
to prevent them from being interpreted as a capture variable::
444+
to prevent them from being interpreted as capture variables::
445445

446446
from enum import Enum
447447
class Color(Enum):

0 commit comments

Comments
 (0)