From 4d8f587003d5afbeb048edabb290fb88aa3d5bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Sun, 3 May 2020 10:29:14 -0300 Subject: [PATCH] Add link to Enum class --- 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 4cb91c1a90bcfc..7a982a537f718d 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -373,7 +373,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