diff options
-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 9d1a297..b9cc802 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -617,7 +617,7 @@ Data Types .. class:: ReprEnum - :class:`!ReprEum` uses the :meth:`repr() <Enum.__repr__>` of :class:`Enum`, + :class:`!ReprEnum` uses the :meth:`repr() <Enum.__repr__>` of :class:`Enum`, but the :class:`str() <str>` of the mixed-in data type: * :meth:`!int.__str__` for :class:`IntEnum` and :class:`IntFlag` |