Skip to content

Commit

Permalink
Remove unnecessary escape in Doc/library/enum.rst (pythonGH-110780)
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo authored Oct 12, 2023
1 parent aa3f419 commit 2c472a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/enum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ Data Types
>>> PowersOfThree.SECOND.value
9

.. method:: Enum.__init_subclass__(cls, \**kwds)
.. method:: Enum.__init_subclass__(cls, **kwds)

A *classmethod* that is used to further configure subsequent subclasses.
By default, does nothing.
Expand Down

0 comments on commit 2c472a8

Please sign in to comment.