Skip to content

Commit 3b9d5f3

Browse files
committed
Update test case
1 parent 4d56b51 commit 3b9d5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/n/name/name_styles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class FooEnum(Enum):
151151
bad_enum_name = 2 # [invalid-name]
152152

153153
class Bar:
154-
"""Class with class constants annotated with ClassVar."""
154+
"""Class with class variables annotated with ClassVar."""
155155
CLASS_CONST: ClassVar[int] = 42
156156
CLASS_CONST2: ClassVar = "const"
157157
variable: ClassVar[str] = "invalid name"

0 commit comments

Comments
 (0)