]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in `ReprEnum` documentation (#101079)
authorViicos <65306057+Viicos@users.noreply.github.com>
Tue, 17 Jan 2023 10:51:56 +0000 (11:51 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 10:51:56 +0000 (16:21 +0530)
Doc/library/enum.rst

index 9d1a297a903ac5a440656d91d3ec11d759a2410d..b9cc802e752eb072aac577627ec4e9cf832d0821 100644 (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`