mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
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.
This commit is contained in:
parent
d016900080
commit
15e489f7c5
1 changed files with 2 additions and 2 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue