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 3bff0b9 commit 11e2fd1Copy full SHA for 11e2fd1
Doc/library/enum.rst
@@ -179,12 +179,12 @@ Data Types
179
180
Update the dictionary from the given iterable or dictionary members and more_members.
181
182
+.. class:: EnumType
183
+
184
*EnumType* is the :term:`metaclass` for *enum* enumerations. It is possible
185
to subclass *EnumType* -- see :ref:`Subclassing EnumType <enumtype-examples>`
186
for details.
187
-.. class:: EnumType
-
188
``EnumType`` is responsible for setting the correct :meth:`!__repr__`,
189
:meth:`!__str__`, :meth:`!__format__`, and :meth:`!__reduce__` methods on the
190
final *enum*, as well as creating the enum members, properly handling
0 commit comments