diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 92c6bfbba1e..ae0498ca30e 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -2,8 +2,8 @@ ======================================== .. module:: enum -.. :synopsis: enumerations are sets of symbolic names bound to unique, constant - values. + :synopsis: Implementation of an enumeration class. + .. :moduleauthor:: Ethan Furman .. :sectionauthor:: Barry Warsaw , .. :sectionauthor:: Eli Bendersky ,