Skip to content

Commit 2161bbf

Browse files
authored
Fix typo in enum module documentation (#100992)
1 parent d9dff4c commit 2161bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/enum.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ Utilities and Decorators
827827
``_generate_next_value_`` can be overridden to customize the values used by
828828
*auto*.
829829

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

0 commit comments

Comments
 (0)