diff options
author | Fred Drake <fdrake@acm.org> | 2000-07-01 06:26:44 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-07-01 06:26:44 (GMT) |
commit | d95f4e1a0dedd705519400073981c82569d95ec5 (patch) | |
tree | af4b28fce4b267f8b3405a40b8a56132c89c361f /Doc | |
parent | 73678dac48e5858e40cba6d526970cba7e7c769c (diff) | |
download | cpython-d95f4e1a0dedd705519400073981c82569d95ec5.zip cpython-d95f4e1a0dedd705519400073981c82569d95ec5.tar.gz cpython-d95f4e1a0dedd705519400073981c82569d95ec5.tar.bz2 |
Martin von Loewis <loewis@informatik.hu-berlin.de>:
Correct typo that caused a well-formedness failure.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/sgmlconv/conversion.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index 5443e8f..e80485d 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -608,7 +608,7 @@ <!-- Conversions to text; perhaps could be different? There's --> <!-- no way for a style sheet to work with these this way. --> - <macro name="ABC" outputname="" + <macro name="ABC" outputname=""> <text>ABC</text> </macro> <macro name="ASCII" outputname=""> |