summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-03-29 23:31:22 (GMT)
committerFred Drake <fdrake@acm.org>2001-03-29 23:31:22 (GMT)
commitc81d470648d12bb219e9d20a2682941e707cb147 (patch)
tree9c09c3ca94fc1f26be49b69ab97175be4fe0d1ec /Doc/tools
parent659f377ed97b23930a874fc5f411eb8d13335dce (diff)
downloadcpython-c81d470648d12bb219e9d20a2682941e707cb147.zip
cpython-c81d470648d12bb219e9d20a2682941e707cb147.tar.gz
cpython-c81d470648d12bb219e9d20a2682941e707cb147.tar.bz2
Allow the <author/> element to appear before a paragraph without being
made a part of the paragraph.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-xDoc/tools/sgmlconv/docfixer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py
index 25b8f42..463276b 100755
--- a/Doc/tools/sgmlconv/docfixer.py
+++ b/Doc/tools/sgmlconv/docfixer.py
@@ -619,7 +619,7 @@ PARA_LEVEL_ELEMENTS = (
)
PARA_LEVEL_PRECEEDERS = (
- "setindexsubitem",
+ "setindexsubitem", "author",
"stindex", "obindex", "COMMENT", "label", "input", "title",
"versionadded", "versionchanged", "declaremodule", "modulesynopsis",
"moduleauthor", "indexterm", "leader",