[Python-checkins] fix enum.property reference in docs (GH-25875)

ethanfurman webhook-mailer at python.org
Mon May 3 23:19:50 EDT 2021


https://github.com/python/cpython/commit/6fee0835cb00677acd341751f831ca1af128f4c9
commit: 6fee0835cb00677acd341751f831ca1af128f4c9
branch: main
author: Jelle Zijlstra <jelle.zijlstra at gmail.com>
committer: ethanfurman <ethan at stoneleaf.us>
date: 2021-05-03T20:19:46-07:00
summary:

fix enum.property reference in docs (GH-25875)

files:
M Doc/library/enum.rst

diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index b5f9c2f08b1873..466d95941468af 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.



More information about the Python-checkins mailing list