Skip to content

Commit 6fee083

Browse files
fix enum.property reference in docs (GH-25875)
1 parent 652bcd9 commit 6fee083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Module Contents
108108
:class:`Enum` class decorator to apply the appropriate global `__repr__`,
109109
and export its members into the global name space.
110110

111-
:func:`property`
111+
:func:`.property`
112112

113113
Allows :class:`Enum` members to have attributes without conflicting with
114114
other members' names.

0 commit comments

Comments
 (0)