]> granicus.if.org Git - python/commitdiff
Fix markup of the synopsis along with changing to state what is in the
authorBrett Cannon <brett@python.org>
Sat, 15 Jun 2013 01:59:16 +0000 (21:59 -0400)
committerBrett Cannon <brett@python.org>
Sat, 15 Jun 2013 01:59:16 +0000 (21:59 -0400)
module and not as a definition of what an enumeration is.

Doc/library/enum.rst

index 92c6bfbba1ed7f5b205d5df248546e5447945f23..ae0498ca30e34f02669b33f2898c29ad4a7bbb02 100644 (file)
@@ -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 <ethan@stoneleaf.us>
 .. :sectionauthor:: Barry Warsaw <barry@python.org>,
 .. :sectionauthor:: Eli Bendersky <eliben@gmail.com>,