From: Andre Delfino Date: Sun, 10 May 2020 05:15:54 +0000 (-0300) Subject: Add link to Enum class (GH-19884) X-Git-Tag: v3.9.0b1~127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85bdec1def789cdb60ab7ffe115e426267b00a60;p=thirdparty%2FPython%2Fcpython.git Add link to Enum class (GH-19884) --- diff --git a/Doc/library/types.rst b/Doc/library/types.rst index 1d081e2c5486..cdddb46783a4 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