]> granicus.if.org Git - python/commitdiff
Add a couple of entries to the whitespace-cleanups table.
authorFred Drake <fdrake@acm.org>
Fri, 30 Nov 2001 19:25:39 +0000 (19:25 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 30 Nov 2001 19:25:39 +0000 (19:25 +0000)
Doc/tools/sgmlconv/docfixer.py

index 943b2e308b9f476afa6ba5aa39f519ad0d38c298..81519ee58c1dec42200141d1af879e5dffff301e 100755 (executable)
@@ -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"])