Skip to content

Commit c5e4c76

Browse files
Fix moduleauthor/sectionauthor directives in Enum (pythonGH-8117)
(cherry picked from commit 2d74838) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
1 parent c8b18d3 commit c5e4c76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/enum.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
.. module:: enum
55
:synopsis: Implementation of an enumeration class.
66

7-
.. :moduleauthor:: Ethan Furman <ethan@stoneleaf.us>
8-
.. :sectionauthor:: Barry Warsaw <barry@python.org>,
9-
.. :sectionauthor:: Eli Bendersky <eliben@gmail.com>,
10-
.. :sectionauthor:: Ethan Furman <ethan@stoneleaf.us>
7+
.. moduleauthor:: Ethan Furman <ethan@stoneleaf.us>
8+
.. sectionauthor:: Barry Warsaw <barry@python.org>
9+
.. sectionauthor:: Eli Bendersky <eliben@gmail.com>
10+
.. sectionauthor:: Ethan Furman <ethan@stoneleaf.us>
1111

1212
.. versionadded:: 3.4
1313

0 commit comments

Comments
 (0)