[Python-checkins] cpython: Fix markup of the synopsis along with changing to state what is in the

brett.cannon python-checkins at python.org
Sat Jun 15 03:59:23 CEST 2013


http://hg.python.org/cpython/rev/704a05135efe
changeset:   84133:704a05135efe
user:        Brett Cannon <brett at python.org>
date:        Fri Jun 14 21:59:16 2013 -0400
summary:
  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.

files:
  Doc/library/enum.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
--- 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 <ethan at stoneleaf.us>
 .. :sectionauthor:: Barry Warsaw <barry at python.org>,
 .. :sectionauthor:: Eli Bendersky <eliben at gmail.com>,

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list