diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-29 23:31:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-29 23:31:22 (GMT) |
commit | c81d470648d12bb219e9d20a2682941e707cb147 (patch) | |
tree | 9c09c3ca94fc1f26be49b69ab97175be4fe0d1ec /Doc/tools | |
parent | 659f377ed97b23930a874fc5f411eb8d13335dce (diff) | |
download | cpython-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-x | Doc/tools/sgmlconv/docfixer.py | 2 |
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", |