Skip to content

Commit

Permalink
Documentation - Update class-const definition to:
Browse files Browse the repository at this point in the history
`Enum constants and class variables annotated with Final`
  • Loading branch information
mbyrnepr2 authored and DanielNoord committed Jun 17, 2024
1 parent 2287797 commit 5f5f0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/data/messages/i/invalid-name/details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,7 @@ name is found in, and not the type of object assigned.
-------------------- ---------------------------------------------------------------------------------------------------
| ``class-attribute``| Attributes defined in class bodies. |
-------------------- ---------------------------------------------------------------------------------------------------
| ``class-const`` | Enum constants and class variables annotated with ``ClassVar`` |
| ``class-const`` | Enum constants and class variables annotated with ``Final`` |
-------------------- ---------------------------------------------------------------------------------------------------
| ``inlinevar`` | Loop variables in list comprehensions and generator expressions. |
-------------------- ---------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 5f5f0be

Please sign in to comment.