We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enum
1 parent cb6ff54 commit 7571764Copy full SHA for 7571764
Doc/library/enum.rst
@@ -819,7 +819,7 @@ Utilities and Decorators
819
``_generate_next_value_`` can be overridden to customize the values used by
820
*auto*.
821
822
- .. note:: in 3.13 the default ``"generate_next_value_`` will always return
+ .. note:: in 3.13 the default ``_generate_next_value_`` will always return
823
the highest member value incremented by 1, and will fail if any
824
member is an incompatible type.
825
0 commit comments