Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
(cherry picked from commit 2d748389dc9c8d083f51c7d28761e088a5468c86)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index 787670c..a6aa863 100644
--- a/Doc/library/enum.rst
+++ b/Doc/library/enum.rst
@@ -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