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 4d56b51 commit 3b9d5f3Copy full SHA for 3b9d5f3
tests/functional/n/name/name_styles.py
@@ -151,7 +151,7 @@ class FooEnum(Enum):
151
bad_enum_name = 2 # [invalid-name]
152
153
class Bar:
154
- """Class with class constants annotated with ClassVar."""
+ """Class with class variables annotated with ClassVar."""
155
CLASS_CONST: ClassVar[int] = 42
156
CLASS_CONST2: ClassVar = "const"
157
variable: ClassVar[str] = "invalid name"
0 commit comments