We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enum
1 parent d9dff4c commit 2161bbfCopy full SHA for 2161bbf
Doc/library/enum.rst
@@ -827,7 +827,7 @@ Utilities and Decorators
827
``_generate_next_value_`` can be overridden to customize the values used by
828
*auto*.
829
830
- .. note:: in 3.13 the default ``"generate_next_value_`` will always return
+ .. note:: in 3.13 the default ``_generate_next_value_`` will always return
831
the highest member value incremented by 1, and will fail if any
832
member is an incompatible type.
833
0 commit comments