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:
Mariatta Wijaya 2021-03-01 10:56:03 -08:00 committed by GitHub
parent 8c9453b575
commit f193874056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.