Skip to content

Commit 4f9eb3f

Browse files
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 (cherry picked from commit f193874) Co-authored-by: Mariatta Wijaya <[email protected]>
1 parent 982e8ec commit 4f9eb3f

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
@@ -276,7 +276,7 @@ overridden::
276276

277277
.. note::
278278

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

0 commit comments

Comments
 (0)