Skip to content

Commit c5660ae

Browse files
authored
Fix typo in ReprEnum documentation (#101079)
1 parent 1de4395 commit c5660ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ Data Types
617617

618618
.. class:: ReprEnum
619619

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

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

0 commit comments

Comments
 (0)