Skip to content

Commit 5f5f0be

Browse files
mbyrnepr2DanielNoord
authored andcommitted
Documentation - Update class-const definition to:
`Enum constants and class variables annotated with Final`
1 parent 2287797 commit 5f5f0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/data/messages/i/invalid-name/details.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name is found in, and not the type of object assigned.
2323
+--------------------+---------------------------------------------------------------------------------------------------+
2424
| ``class-attribute``| Attributes defined in class bodies. |
2525
+--------------------+---------------------------------------------------------------------------------------------------+
26-
| ``class-const`` | Enum constants and class variables annotated with ``ClassVar`` |
26+
| ``class-const`` | Enum constants and class variables annotated with ``Final`` |
2727
+--------------------+---------------------------------------------------------------------------------------------------+
2828
| ``inlinevar`` | Loop variables in list comprehensions and generator expressions. |
2929
+--------------------+---------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)