fix enum.property reference in docs (GH-25875) (#25876)
(cherry picked from commit 6fee0835cb00677acd341751f831ca1af128f4c9)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index b5f9c2f..466d959 100644
--- a/Doc/library/enum.rst
+++ b/Doc/library/enum.rst
@@ -108,7 +108,7 @@
: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.