summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/enum.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index c7e2b10..40499eb 100644
--- a/Doc/library/enum.rst
+++ b/Doc/library/enum.rst
@@ -276,7 +276,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.