Skip to content

Commit 2d74838

Browse files
andresdelfinoserhiy-storchaka
authored andcommitted
Fix moduleauthor/sectionauthor directives in Enum (pythonGH-8117)
1 parent 03dd0e7 commit 2d74838

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 <[email protected]>
8-
.. :sectionauthor:: Barry Warsaw <[email protected]>,
9-
.. :sectionauthor:: Eli Bendersky <[email protected]>,
10-
.. :sectionauthor:: Ethan Furman <[email protected]>
7+
.. moduleauthor:: Ethan Furman <[email protected]>
8+
.. sectionauthor:: Barry Warsaw <[email protected]>
9+
.. sectionauthor:: Eli Bendersky <[email protected]>
10+
.. sectionauthor:: Ethan Furman <[email protected]>
1111

1212
.. versionadded:: 3.4
1313

0 commit comments

Comments
 (0)