Fix typo in `enum` module documentation (GH-100992)

(cherry picked from commit 2161bbf243)

Co-authored-by: Noam Cohen <noam@noam.me>
This commit is contained in:
Miss Islington (bot) 2023-01-12 07:51:11 -08:00 committed by GitHub
parent cb6ff54b01
commit 75717645bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,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.