Skip to content

Commit 9d9cfd6

Browse files
authored
bpo-46586: Fix documentation links (GH-31216)
* Fix enum.property documentation link
1 parent ba57251 commit 9d9cfd6

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
@@ -110,7 +110,7 @@ Module Contents
110110
:class:`StrEnum` defaults to the lower-cased version of the member name,
111111
while other Enums default to 1 and increase from there.
112112

113-
:func:`property`
113+
:func:`~enum.property`
114114

115115
Allows :class:`Enum` members to have attributes without conflicting with
116116
member names.

0 commit comments

Comments
 (0)