bpo-46586: Fix documentation links (GH-31216)

* Fix enum.property documentation link
This commit is contained in:
Meer Suri 2022-02-12 12:21:38 +08:00 committed by GitHub
parent ba5725171d
commit 9d9cfd61ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ Module Contents
:class:`StrEnum` defaults to the lower-cased version of the member name,
while other Enums default to 1 and increase from there.
:func:`property`
:func:`~enum.property`
Allows :class:`Enum` members to have attributes without conflicting with
member names.