mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Allow the <author/> element to appear before a paragraph without being
made a part of the paragraph.
This commit is contained in:
parent
659f377ed9
commit
c81d470648
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ PARA_LEVEL_ELEMENTS = (
|
||||||
)
|
)
|
||||||
|
|
||||||
PARA_LEVEL_PRECEEDERS = (
|
PARA_LEVEL_PRECEEDERS = (
|
||||||
"setindexsubitem",
|
"setindexsubitem", "author",
|
||||||
"stindex", "obindex", "COMMENT", "label", "input", "title",
|
"stindex", "obindex", "COMMENT", "label", "input", "title",
|
||||||
"versionadded", "versionchanged", "declaremodule", "modulesynopsis",
|
"versionadded", "versionchanged", "declaremodule", "modulesynopsis",
|
||||||
"moduleauthor", "indexterm", "leader",
|
"moduleauthor", "indexterm", "leader",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue