]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in `ReprEnum` documentation (GH-101079)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Jan 2023 10:59:35 +0000 (02:59 -0800)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 10:59:35 +0000 (02:59 -0800)
(cherry picked from commit c5660ae96f2ab5732c68c301ce9a63009f432d93)

Co-authored-by: Viicos <65306057+Viicos@users.noreply.github.com>
Doc/library/enum.rst

index 0768914c2a9eab6ecd664f1eaf611d0dfc8eb892..0456e74748c39225668c2d16de57c93650e2e58b 100644 (file)
@@ -613,7 +613,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`