From: Jelle Zijlstra Date: Tue, 4 May 2021 03:19:46 +0000 (-0700) Subject: fix enum.property reference in docs (GH-25875) X-Git-Tag: v3.11.0a1~1220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fee0835cb00677acd341751f831ca1af128f4c9;p=thirdparty%2FPython%2Fcpython.git fix enum.property reference in docs (GH-25875) --- diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index b5f9c2f08b18..466d95941468 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -108,7 +108,7 @@ Module Contents :class:`Enum` class decorator to apply the appropriate global `__repr__`, and export its members into the global name space. - :func:`property` + :func:`.property` Allows :class:`Enum` members to have attributes without conflicting with other members' names.