mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add a couple of entries to the whitespace-cleanups table.
This commit is contained in:
parent
0467775715
commit
1e53fa7907
1 changed files with 2 additions and 0 deletions
|
@ -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"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue