Skip to content

Commit f193874

Browse files
authored
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
1 parent 8c9453b commit f193874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ overridden::
282282

283283
.. note::
284284

285-
The goal of the default :meth:`_generate_next_value_` methods is to provide
285+
The goal of the default :meth:`_generate_next_value_` method is to provide
286286
the next :class:`int` in sequence with the last :class:`int` provided, but
287287
the way it does this is an implementation detail and may change.
288288

0 commit comments

Comments
 (0)