Skip to content

Commit 561dac5

Browse files
committed
fix whitespace
1 parent 7693241 commit 561dac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ to handle any extra arguments::
13571357

13581358
*Do not* call ``super().__new__()``, as the lookup-only ``__new__`` is the one
13591359
that is found; instead, use the data type directly -- e.g.::
1360-
1360+
13611361
obj = int.__new__(cls, value)
13621362

13631363

0 commit comments

Comments
 (0)