]> 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:30:40 +0000 (12:30 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Jul 2018 19:30:40 +0000 (12:30 -0700)
(cherry picked from commit 2d748389dc9c8d083f51c7d28761e088a5468c86)

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

index 5c1b226efc757d34dc04b3f8b69d85e7fa77d074..2bf4885d2159661679173199202daf39c457927a 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