Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85bdec1

Browse files
Add link to Enum class (GH-19884)
1 parent ac7a92c commit 85bdec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/types.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Additional Utility Classes and Functions
379379
class's __getattr__ method; this is done by raising AttributeError.
380380

381381
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).
382+
attributes on the class with the same name (see :class:`enum.Enum` for an example).
383383

384384
.. versionadded:: 3.4
385385

0 commit comments

Comments
 (0)