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 10a0fd6 commit ae339e3Copy full SHA for ae339e3
Doc/library/enum.rst
@@ -113,7 +113,6 @@ The *type* of an enumeration member is the enumeration it belongs to::
113
<enum 'Color'>
114
>>> isinstance(Color.GREEN, Color)
115
True
116
- >>>
117
118
Enum members also have a property that contains just their item name::
119
Misc/ACKS
@@ -1266,6 +1266,7 @@ Richard Oudkerk
1266
Russel Owen
1267
Joonas Paalasmaa
1268
Martin Packman
1269
+Elisha Paine
1270
Shriphani Palakodety
1271
Julien Palard
1272
Aviv Palivoda
0 commit comments