]> granicus.if.org Git - python/commitdiff
Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Jul 2018 19:32:08 +0000 (12:32 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Jul 2018 19:32:08 +0000 (12:32 -0700)
(cherry picked from commit 2d748389dc9c8d083f51c7d28761e088a5468c86)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Doc/library/enum.rst

index 787670c6ddad4ed5ecfbaa1cf7cd4b5be15c175a..a6aa863a1cc91bd06e88d08aa6b41a2117a84d51 100644 (file)
@@ -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