Kaydet (Commit) dfc8bb98 authored tarafından nu_no's avatar nu_no Kaydeden (comit) Miss Islington (bot)

Fix typo: class declaration (GH-11678)

üst 3171df34
...@@ -394,7 +394,7 @@ A new :class:`Enum` class must have one base Enum class, up to one concrete ...@@ -394,7 +394,7 @@ A new :class:`Enum` class must have one base Enum class, up to one concrete
data type, and as many :class:`object`-based mixin classes as needed. The data type, and as many :class:`object`-based mixin classes as needed. The
order of these base classes is:: order of these base classes is::
def EnumName([mix-in, ...,] [data-type,] base-enum): class EnumName([mix-in, ...,] [data-type,] base-enum):
pass pass
Also, subclassing an enumeration is allowed only if the enumeration does not define Also, subclassing an enumeration is allowed only if the enumeration does not define
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment