Skip to content

Commit 7693241

Browse files
authored
Update Doc/howto/enum.rst
1 parent 78b9f67 commit 7693241

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
@@ -1355,7 +1355,7 @@ to handle any extra arguments::
13551355

13561356
.. warning::
13571357

1358-
*Do not* call `super().__new__()`, as the lookup-only `__new__` is the one
1358+
*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.::
13601360
13611361
obj = int.__new__(cls, value)

0 commit comments

Comments
 (0)