diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 9d1a297a903ac5..b9cc802e752eb0 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() ` of :class:`Enum`, + :class:`!ReprEnum` uses the :meth:`repr() ` of :class:`Enum`, but the :class:`str() ` of the mixed-in data type: * :meth:`!int.__str__` for :class:`IntEnum` and :class:`IntFlag`