diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-27 15:49:23 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-27 15:49:23 +0000 |
commit | baacc08ead3427721a59990de19785f0fbba4a50 (patch) | |
tree | 396c818d7e3bda83cfcd6b7292be8e1fa28d971d /Doc/tools/sgmlconv/docfixer.py | |
parent | bf99017bbb7e6a9be29a949ddb308871af12b31f (diff) | |
download | cpython-git-baacc08ead3427721a59990de19785f0fbba4a50.tar.gz |
Turn \input, \include, and \verbatiminput into XInclude elements instead
of something ad-hoc.
Diffstat (limited to 'Doc/tools/sgmlconv/docfixer.py')
-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 867ec5073a..c1ea970774 100755 --- a/Doc/tools/sgmlconv/docfixer.py +++ b/Doc/tools/sgmlconv/docfixer.py @@ -615,7 +615,7 @@ PARA_LEVEL_ELEMENTS = ( PARA_LEVEL_PRECEEDERS = ( "setindexsubitem", "author", - "stindex", "obindex", "COMMENT", "label", "input", "title", + "stindex", "obindex", "COMMENT", "label", "xi:include", "title", "versionadded", "versionchanged", "declaremodule", "modulesynopsis", "moduleauthor", "indexterm", "leader", ) |