From c5660ae96f2ab5732c68c301ce9a63009f432d93 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:51:56 +0100 Subject: Fix typo in `ReprEnum` documentation (#101079) --- Doc/library/enum.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ` 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` -- cgit v0.12