mirror of
https://github.com/python/cpython.git
synced 2026-04-23 20:31:12 +00:00
Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
(cherry picked from commit 2d748389dc)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
parent
c8b18d3192
commit
c5e4c76eaa
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue