diff options
| author | Fred Drake <fdrake@acm.org> | 2001-03-29 23:31:22 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-03-29 23:31:22 +0000 |
| commit | c81d470648d12bb219e9d20a2682941e707cb147 (patch) | |
| tree | 9c09c3ca94fc1f26be49b69ab97175be4fe0d1ec /Doc | |
| parent | 659f377ed97b23930a874fc5f411eb8d13335dce (diff) | |
| download | cpython-git-c81d470648d12bb219e9d20a2682941e707cb147.tar.gz | |
Allow the <author/> element to appear before a paragraph without being
made a part of the paragraph.
Diffstat (limited to 'Doc')
| -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 25b8f4275b..463276b067 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", |
