]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Allow the <author/> element to appear before a paragraph without being
authorFred Drake <fdrake@acm.org>
Thu, 29 Mar 2001 23:31:22 +0000 (23:31 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Mar 2001 23:31:22 +0000 (23:31 +0000)
made a part of the paragraph.

Doc/tools/sgmlconv/docfixer.py

index 25b8f4275b26a9fbb15c5ed60fd88810f561117b..463276b0676e5aac2aebd761c4b183c5f3f2e614 100755 (executable)
@@ -619,7 +619,7 @@ PARA_LEVEL_ELEMENTS = (
     )
 
 PARA_LEVEL_PRECEEDERS = (
-    "setindexsubitem",
+    "setindexsubitem", "author",
     "stindex", "obindex", "COMMENT", "label", "input", "title",
     "versionadded", "versionchanged", "declaremodule", "modulesynopsis",
     "moduleauthor", "indexterm", "leader",