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 b007a9b commit 624cc10Copy full SHA for 624cc10
Doc/library/enum.rst
@@ -19,6 +19,12 @@ An enumeration is a set of symbolic names (members) bound to unique,
19
constant values. Within an enumeration, the members can be compared
20
by identity, and the enumeration itself can be iterated over.
21
22
+.. note:: Case of Enum Members
23
+
24
+ Because Enums are used to represent constants we recommend using
25
+ UPPER_CASE names for enum members, and will be using that style
26
+ in our examples.
27
28
29
Module Contents
30
---------------
0 commit comments