mirror of https://github.com/python/cpython
fix enum.property reference in docs (GH-25875)
This commit is contained in:
parent
652bcd9f9c
commit
6fee0835cb
|
@ -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…
Reference in New Issue