diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:36:22 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:36:22 +0000 |
| commit | d21e0b52f1421e253ecdc583faf5743133cac605 (patch) | |
| tree | eba56801810249775eda33388a92bf6d3c8e69e0 /Doc/library/enum.rst | |
| parent | cfad54344f570c1e833d92289ac571da7315b164 (diff) | |
| download | cpython-git-d21e0b52f1421e253ecdc583faf5743133cac605.tar.gz | |
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Diffstat (limited to 'Doc/library/enum.rst')
| -rw-r--r-- | Doc/library/enum.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index cf095592f6..1c76e8728d 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -708,7 +708,7 @@ allow one to do things with an :class:`Enum` class that fail on a typical class, such as `list(Color)` or `some_var in Color`. :class:`EnumMeta` is responsible for ensuring that various other methods on the final :class:`Enum` class are correct (such as :meth:`__new__`, :meth:`__getnewargs__`, -:meth:`__str__` and :meth:`__repr__`) +:meth:`__str__` and :meth:`__repr__`). Enum Members (aka instances) |
