Skip to content

Commit 377f3d4

Browse files
fix enum.property reference in docs (GH-25875) (#25876)
(cherry picked from commit 6fee083) Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent 4bb0a81 commit 377f3d4

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)