]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
authorAndrés Delfino <adelfino@gmail.com>
Sat, 7 Jul 2018 19:01:25 +0000 (16:01 -0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 Jul 2018 19:01:25 +0000 (22:01 +0300)
Doc/library/enum.rst

index 0394681c088e75945cc36d25d7399e06155d7d53..dd794b42fcbd6e4427691bb7a81ec7dd66c335c2 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