diff options
author | Brett Cannon <brett@python.org> | 2013-06-15 01:59:16 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-06-15 01:59:16 (GMT) |
commit | 15e489f7c54a3ca5e631b7bfaf26e85daf0547bb (patch) | |
tree | 45ad03d337630f928dc4fff30a1f9bba408b9abd /Doc | |
parent | d016900080da070efbe71289e1f959c52b473ce6 (diff) | |
download | cpython-15e489f7c54a3ca5e631b7bfaf26e85daf0547bb.zip cpython-15e489f7c54a3ca5e631b7bfaf26e85daf0547bb.tar.gz cpython-15e489f7c54a3ca5e631b7bfaf26e85daf0547bb.tar.bz2 |
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.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/enum.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 92c6bfb..ae0498c 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 <ethan@stoneleaf.us> .. :sectionauthor:: Barry Warsaw <barry@python.org>, .. :sectionauthor:: Eli Bendersky <eliben@gmail.com>, |