mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-46586: Fix documentation links (GH-31216)
* Fix enum.property documentation link
This commit is contained in:
parent
ba5725171d
commit
9d9cfd61ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue