From: Fred Drake Date: Thu, 29 Mar 2001 23:31:22 +0000 (+0000) Subject: Allow the element to appear before a paragraph without being X-Git-Tag: v2.1c1~207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c81d470648d12bb219e9d20a2682941e707cb147;p=thirdparty%2FPython%2Fcpython.git Allow the 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 25b8f4275b26..463276b0676e 100755 --- a/Doc/tools/sgmlconv/docfixer.py +++ b/Doc/tools/sgmlconv/docfixer.py @@ -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",