From c81d470648d12bb219e9d20a2682941e707cb147 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 29 Mar 2001 23:31:22 +0000 Subject: Allow the element to appear before a paragraph without being made a part of the paragraph. --- Doc/tools/sgmlconv/docfixer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ELEMENTS = ( ) PARA_LEVEL_PRECEEDERS = ( - "setindexsubitem", + "setindexsubitem", "author", "stindex", "obindex", "COMMENT", "label", "input", "title", "versionadded", "versionchanged", "declaremodule", "modulesynopsis", "moduleauthor", "indexterm", "leader", -- cgit v0.12