From 6fee0835cb00677acd341751f831ca1af128f4c9 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Mon, 3 May 2021 20:19:46 -0700 Subject: [PATCH] fix enum.property reference in docs (GH-25875) --- Doc/library/enum.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index b5f9c2f08b1..466d9594146 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.