From: Brett Cannon Date: Sat, 15 Jun 2013 01:59:16 +0000 (-0400) Subject: Fix markup of the synopsis along with changing to state what is in the X-Git-Tag: v3.4.0a1~501 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15e489f7c54a3ca5e631b7bfaf26e85daf0547bb;p=python Fix markup of the synopsis along with changing to state what is in the module and not as a definition of what an enumeration is. --- diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 92c6bfbba1..ae0498ca30 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 ,