mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix grammar in enum documentation. (GH-24689)
There is an extra `s` in the singular word `method`. Reported in docs mailing list by Steven Nguyen. Automerge-Triggered-By: GH:Mariatta
This commit is contained in:
parent
8c9453b575
commit
f193874056
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ overridden::
|
|||
|
||||
.. note::
|
||||
|
||||
The goal of the default :meth:`_generate_next_value_` methods is to provide
|
||||
The goal of the default :meth:`_generate_next_value_` method is to provide
|
||||
the next :class:`int` in sequence with the last :class:`int` provided, but
|
||||
the way it does this is an implementation detail and may change.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue