diff options
-rw-r--r-- | Doc/library/enum.rst | 1 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 4b4f5eb..b327a0a 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -113,7 +113,6 @@ The *type* of an enumeration member is the enumeration it belongs to:: <enum 'Color'> >>> isinstance(Color.GREEN, Color) True - >>> Enum members also have a property that contains just their item name:: @@ -1266,6 +1266,7 @@ Richard Oudkerk Russel Owen Joonas Paalasmaa Martin Packman +Elisha Paine Shriphani Palakodety Julien Palard Aviv Palivoda |