Skip to content

Commit 5e52778

Browse files
Fix typo in ReprEnum documentation (GH-101079)
(cherry picked from commit c5660ae) Co-authored-by: Viicos <[email protected]>
1 parent 31b82ab commit 5e52778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/enum.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ Data Types
613613

614614
.. class:: ReprEnum
615615

616-
:class:`!ReprEum` uses the :meth:`repr() <Enum.__repr__>` of :class:`Enum`,
616+
:class:`!ReprEnum` uses the :meth:`repr() <Enum.__repr__>` of :class:`Enum`,
617617
but the :class:`str() <str>` of the mixed-in data type:
618618

619619
* :meth:`!int.__str__` for :class:`IntEnum` and :class:`IntFlag`

0 commit comments

Comments
 (0)