Add a couple of entries to the whitespace-cleanups table.

This commit is contained in:
Fred Drake 2001-11-30 19:25:39 +00:00
parent 0467775715
commit 1e53fa7907
1 changed files with 2 additions and 0 deletions

View File

@ -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"])