[New-bugs-announce] [issue46586] In documentation contents enum.property erroneously links to built-in property

Dutcho report at bugs.python.org
Sun Jan 30 10:12:05 EST 2022


New submission from Dutcho <dutcho at ziggo.nl>:

https://docs.python.org/3.11/library/enum.html#module-contents contains:
property()
Allows Enum members to have attributes without conflicting with member names.

In above, property() is links to:
https://docs.python.org/3.11/library/functions.html#property
instead of to the proper:
https://docs.python.org/3.11/library/enum.html#enum.property

----------
assignee: docs at python
components: Documentation
messages: 412156
nosy: Dutcho, docs at python
priority: normal
severity: normal
status: open
title: In documentation contents enum.property erroneously links to built-in property
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46586>
_______________________________________


More information about the New-bugs-announce mailing list