Skip to content

Commit 2c472a8

Browse files
Remove unnecessary escape in Doc/library/enum.rst (GH-110780)
1 parent aa3f419 commit 2c472a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Data Types
322322
>>> PowersOfThree.SECOND.value
323323
9
324324

325-
.. method:: Enum.__init_subclass__(cls, \**kwds)
325+
.. method:: Enum.__init_subclass__(cls, **kwds)
326326

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

0 commit comments

Comments
 (0)