Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7a92c commit 85bdec1Copy full SHA for 85bdec1
Doc/library/types.rst
@@ -379,7 +379,7 @@ Additional Utility Classes and Functions
379
class's __getattr__ method; this is done by raising AttributeError.
380
381
This allows one to have properties active on an instance, and have virtual
382
- 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).
383
384
.. versionadded:: 3.4
385
0 commit comments