Add link to Enum class (GH-19884)

This commit is contained in:
Andre Delfino 2020-05-10 02:15:54 -03:00 committed by GitHub
parent ac7a92cc0a
commit 85bdec1def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ Additional Utility Classes and Functions
class's __getattr__ method; this is done by raising AttributeError. class's __getattr__ method; this is done by raising AttributeError.
This allows one to have properties active on an instance, and have virtual This allows one to have properties active on an instance, and have virtual
attributes on the class with the same name (see Enum for an example). attributes on the class with the same name (see :class:`enum.Enum` for an example).
.. versionadded:: 3.4 .. versionadded:: 3.4