From: Andrés Delfino Date: Sat, 7 Jul 2018 19:01:25 +0000 (-0300) Subject: Fix moduleauthor/sectionauthor directives in Enum (GH-8117) X-Git-Tag: v3.8.0a1~1415 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d748389dc9c8d083f51c7d28761e088a5468c86;p=thirdparty%2FPython%2Fcpython.git Fix moduleauthor/sectionauthor directives in Enum (GH-8117) --- diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 0394681c088e..dd794b42fcbd 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 -.. :sectionauthor:: Barry Warsaw , -.. :sectionauthor:: Eli Bendersky , -.. :sectionauthor:: Ethan Furman +.. moduleauthor:: Ethan Furman +.. sectionauthor:: Barry Warsaw +.. sectionauthor:: Eli Bendersky +.. sectionauthor:: Ethan Furman .. versionadded:: 3.4