Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c81d470

Browse files
committed
Allow the <author/> element to appear before a paragraph without being
made a part of the paragraph.
1 parent 659f377 commit c81d470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/sgmlconv/docfixer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def move_elements_by_name(doc, source, dest, name, sep=None):
619619
)
620620

621621
PARA_LEVEL_PRECEEDERS = (
622-
"setindexsubitem",
622+
"setindexsubitem", "author",
623623
"stindex", "obindex", "COMMENT", "label", "input", "title",
624624
"versionadded", "versionchanged", "declaremodule", "modulesynopsis",
625625
"moduleauthor", "indexterm", "leader",

0 commit comments

Comments
 (0)