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