Skip to content

Commit 7571764

Browse files
Fix typo in enum module documentation (GH-100992)
(cherry picked from commit 2161bbf) Co-authored-by: Noam Cohen <[email protected]>
1 parent cb6ff54 commit 7571764

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
@@ -819,7 +819,7 @@ Utilities and Decorators
819819
``_generate_next_value_`` can be overridden to customize the values used by
820820
*auto*.
821821

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

0 commit comments

Comments
 (0)