]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46586: Fix documentation links (GH-31216)
authorMeer Suri <46469858+meersuri@users.noreply.github.com>
Sat, 12 Feb 2022 04:21:38 +0000 (12:21 +0800)
committerGitHub <noreply@github.com>
Sat, 12 Feb 2022 04:21:38 +0000 (20:21 -0800)
* Fix enum.property documentation link

Doc/library/enum.rst

index 672e256c77c0d7dfe12ca5296a2529706064cc07..52ef0094cb71f276d4a0da977c9676fd86a618a2 100644 (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.