Skip to content

Commit

Permalink
Fix typo in enum module documentation (python#100992)
Browse files Browse the repository at this point in the history
  • Loading branch information
noamcohen97 authored Jan 12, 2023
1 parent d9dff4c commit 2161bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/enum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ Utilities and Decorators
``_generate_next_value_`` can be overridden to customize the values used by
*auto*.

.. note:: in 3.13 the default ``"generate_next_value_`` will always return
.. note:: in 3.13 the default ``_generate_next_value_`` will always return
the highest member value incremented by 1, and will fail if any
member is an incompatible type.

Expand Down

0 comments on commit 2161bbf

Please sign in to comment.