From 84454d77fe3b3f6cc78d913964ab16d79ea01fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Thu, 5 Jul 2018 12:32:53 -0300 Subject: [PATCH] Fix moduleauthor/sectionauthor directives in Enum --- Doc/library/enum.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 0394681c088e75..dd794b42fcbd6e 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