Kaydet (Commit) 15e489f7 authored tarafından Brett Cannon's avatar Brett Cannon

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.
üst d0169000
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
======================================== ========================================
.. module:: enum .. module:: enum
.. :synopsis: enumerations are sets of symbolic names bound to unique, constant :synopsis: Implementation of an enumeration class.
values.
.. :moduleauthor:: Ethan Furman <ethan@stoneleaf.us> .. :moduleauthor:: Ethan Furman <ethan@stoneleaf.us>
.. :sectionauthor:: Barry Warsaw <barry@python.org>, .. :sectionauthor:: Barry Warsaw <barry@python.org>,
.. :sectionauthor:: Eli Bendersky <eliben@gmail.com>, .. :sectionauthor:: Eli Bendersky <eliben@gmail.com>,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment