8000
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 7c11a9a commit 542e1dfCopy full SHA for 542e1df
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