summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-11-30 19:25:39 (GMT)
committerFred Drake <fdrake@acm.org>2001-11-30 19:25:39 (GMT)
commit1e53fa7907ff162b0b0af54f711044a1c35c6d61 (patch)
tree39470c86cd30c3b2f94801619c8426bbc72fefef /Doc/tools/sgmlconv
parent0467775715ceaf541f01d9e899207c0a37d0c382 (diff)
downloadcpython-1e53fa7907ff162b0b0af54f711044a1c35c6d61.zip
cpython-1e53fa7907ff162b0b0af54f711044a1c35c6d61.tar.gz
cpython-1e53fa7907ff162b0b0af54f711044a1c35c6d61.tar.bz2
Add a couple of entries to the whitespace-cleanups table.
Diffstat (limited to 'Doc/tools/sgmlconv')
-rwxr-xr-xDoc/tools/sgmlconv/docfixer.py2
1 files changed, 2 insertions, 0 deletions
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"])