From 1e53fa7907ff162b0b0af54f711044a1c35c6d61 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 30 Nov 2001 19:25:39 +0000 Subject: Add a couple of entries to the whitespace-cleanups table. --- Doc/tools/sgmlconv/docfixer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py index 943b2e3..81519ee 100755 --- a/Doc/tools/sgmlconv/docfixer.py +++ b/Doc/tools/sgmlconv/docfixer.py @@ -1002,7 +1002,9 @@ def convert(ifp, ofp): "subsubsection": ("\n", "\n\n"), "paragraph": ("\n", "\n\n"), "subparagraph": ("\n", "\n\n"), + "description": ("\n", "\n\n"), "enumeration": ("\n", "\n\n"), + "item": ("\n", "\n\n"), }) cleanup_root_text(doc) cleanup_trailing_parens(fragment, ["function", "method", "cfunction"]) -- cgit v0.12