]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix enum.property reference in docs (GH-25875)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 4 May 2021 03:19:46 +0000 (20:19 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 03:19:46 +0000 (20:19 -0700)
Doc/library/enum.rst

index b5f9c2f08b1873e202d6bcceca4d5a1c082a413d..466d95941468afed45a54ebd857f1d5166e8f544 100644 (file)
@@ -108,7 +108,7 @@ Module Contents
       :class:`Enum` class decorator to apply the appropriate global `__repr__`,
       and export its members into the global name space.
 
-   :func:`property`
+   :func:`.property`
 
       Allows :class:`Enum` members to have attributes without conflicting with
       other members' names.