From: Fred Drake Date: Fri, 30 Nov 2001 19:25:39 +0000 (+0000) Subject: Add a couple of entries to the whitespace-cleanups table. X-Git-Tag: v2.2.1c1~632 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e53fa7907ff162b0b0af54f711044a1c35c6d61;p=thirdparty%2FPython%2Fcpython.git Add a couple of entries to the whitespace-cleanups table. --- diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py index 943b2e308b9f..81519ee58c1d 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"])