fix enum.property reference in docs (GH-25875)

This commit is contained in:
Jelle Zijlstra 2021-05-03 20:19:46 -07:00 committed by GitHub
parent 652bcd9f9c
commit 6fee0835cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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.