diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-30 19:25:39 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-30 19:25:39 +0000 |
commit | 1e53fa7907ff162b0b0af54f711044a1c35c6d61 (patch) | |
tree | 39470c86cd30c3b2f94801619c8426bbc72fefef /Doc | |
parent | 0467775715ceaf541f01d9e899207c0a37d0c382 (diff) | |
download | cpython-git-1e53fa7907ff162b0b0af54f711044a1c35c6d61.tar.gz |
Add a couple of entries to the whitespace-cleanups table.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/sgmlconv/docfixer.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py index 943b2e308b..81519ee58c 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"]) |