From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Tue, 17 Jan 2023 10:51:56 +0000 (+0100) Subject: Fix typo in `ReprEnum` documentation (#101079) X-Git-Tag: v3.12.0a5~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5660ae96f2ab5732c68c301ce9a63009f432d93;p=thirdparty%2FPython%2Fcpython.git Fix typo in `ReprEnum` documentation (#101079) --- diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 9d1a297a903a..b9cc802e752e 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`