Allow the <author/> element to appear before a paragraph without being
made a part of the paragraph.
diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py
index 25b8f42..463276b 100755
--- a/Doc/tools/sgmlconv/docfixer.py
+++ b/Doc/tools/sgmlconv/docfixer.py
@@ -619,7 +619,7 @@
     )
 
 PARA_LEVEL_PRECEEDERS = (
-    "setindexsubitem",
+    "setindexsubitem", "author",
     "stindex", "obindex", "COMMENT", "label", "input", "title",
     "versionadded", "versionchanged", "declaremodule", "modulesynopsis",
     "moduleauthor", "indexterm", "leader",