mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix typo in enum module documentation (#100992)
This commit is contained in:
parent
d9dff4c8b5
commit
2161bbf243
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue