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 060353c commit bb84df3Copy full SHA for bb84df3
Doc/tutorial/controlflow.rst
@@ -441,7 +441,7 @@ Several other key features of this statement:
441
``False`` and ``None`` are compared by identity.
442
443
- Patterns may use named constants. These must be dotted names
444
- to prevent them from being interpreted as a capture variable::
+ to prevent them from being interpreted as capture variables::
445
446
from enum import Enum
447
class Color(Enum):
0 commit comments