mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
fix enum.property reference in docs (GH-25875)
This commit is contained in:
parent
652bcd9f9c
commit
6fee0835cb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue