From: Meer Suri <46469858+meersuri@users.noreply.github.com> Date: Sat, 12 Feb 2022 04:21:38 +0000 (+0800) Subject: bpo-46586: Fix documentation links (GH-31216) X-Git-Tag: v3.11.0a6~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d9cfd61ec3cbe84dbc25c74f664877f3d02b8ef;p=thirdparty%2FPython%2Fcpython.git bpo-46586: Fix documentation links (GH-31216) * Fix enum.property documentation link --- diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 672e256c77c0..52ef0094cb71 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -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.