Fix typo in ReprEnum documentation (#101079)

This commit is contained in:
Viicos 2023-01-17 11:51:56 +01:00 committed by GitHub
parent 1de4395f62
commit c5660ae96f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -617,7 +617,7 @@ Data Types
.. class:: ReprEnum
:class:`!ReprEum` uses the :meth:`repr() <Enum.__repr__>` of :class:`Enum`,
:class:`!ReprEnum` uses the :meth:`repr() <Enum.__repr__>` of :class:`Enum`,
but the :class:`str() <str>` of the mixed-in data type:
* :meth:`!int.__str__` for :class:`IntEnum` and :class:`IntFlag`