diff options
author | Guido van Rossum <guido@python.org> | 1995-04-10 12:32:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-04-10 12:32:31 (GMT) |
commit | decd2df47574e073d3cb95ea9e697ac14fd7fa1b (patch) | |
tree | 8fab4fcf2db80a39c389ebe169eebe995a27e8ba /Misc | |
parent | e530c584f23c29927eb6055f1baa4f1f11e7a9d7 (diff) | |
download | cpython-decd2df47574e073d3cb95ea9e697ac14fd7fa1b.zip cpython-decd2df47574e073d3cb95ea9e697ac14fd7fa1b.tar.gz cpython-decd2df47574e073d3cb95ea9e697ac14fd7fa1b.tar.bz2 |
micro lay-out change
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/faq2html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/faq2html.py b/Misc/faq2html.py index cdb49de..2ea3810 100755 --- a/Misc/faq2html.py +++ b/Misc/faq2html.py @@ -179,7 +179,7 @@ def main(): version, '</TITLE>\n', '</HEAD><body>\n', - '(This file was generated using', + '(This file was generated using\n', '<A HREF="faq2html.py">faq2html.py</A>.)<P>\n'] lines.append('<P></BODY></HTML>\n') |