mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove unnecessary escape in Doc/library/enum.rst (GH-110780)
This commit is contained in:
parent
aa3f419acb
commit
2c472a87c7
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ Data Types
|
||||||
>>> PowersOfThree.SECOND.value
|
>>> PowersOfThree.SECOND.value
|
||||||
9
|
9
|
||||||
|
|
||||||
.. method:: Enum.__init_subclass__(cls, \**kwds)
|
.. method:: Enum.__init_subclass__(cls, **kwds)
|
||||||
|
|
||||||
A *classmethod* that is used to further configure subsequent subclasses.
|
A *classmethod* that is used to further configure subsequent subclasses.
|
||||||
By default, does nothing.
|
By default, does nothing.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue