Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
This commit is contained in:
parent
03dd0e794e
commit
2d748389dc
@ -4,10 +4,10 @@
|
||||
.. module:: enum
|
||||
:synopsis: Implementation of an enumeration class.
|
||||
|
||||
.. :moduleauthor:: Ethan Furman <ethan@stoneleaf.us>
|
||||
.. :sectionauthor:: Barry Warsaw <barry@python.org>,
|
||||
.. :sectionauthor:: Eli Bendersky <eliben@gmail.com>,
|
||||
.. :sectionauthor:: Ethan Furman <ethan@stoneleaf.us>
|
||||
.. moduleauthor:: Ethan Furman <ethan@stoneleaf.us>
|
||||
.. sectionauthor:: Barry Warsaw <barry@python.org>
|
||||
.. sectionauthor:: Eli Bendersky <eliben@gmail.com>
|
||||
.. sectionauthor:: Ethan Furman <ethan@stoneleaf.us>
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user