From 85bdec1def789cdb60ab7ffe115e426267b00a60 Mon Sep 17 00:00:00 2001 From: Andre Delfino Date: Sun, 10 May 2020 02:15:54 -0300 Subject: [PATCH] Add link to Enum class (GH-19884) --- Doc/library/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/types.rst b/Doc/library/types.rst index 1d081e2c548..cdddb46783a 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -379,7 +379,7 @@ Additional Utility Classes and Functions class's __getattr__ method; this is done by raising AttributeError. 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