Skip to content

Commit

Permalink
Fix moduleauthor/sectionauthor directives in Enum (pythonGH-8117)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresdelfino authored and serhiy-storchaka committed Jul 7, 2018
1 parent 03dd0e7 commit 2d74838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/library/enum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2d74838

Please sign in to comment.