removed tab

This commit is contained in:
David Goodger 2002-08-30 04:30:40 +00:00
parent f1223d04f4
commit bd6020c372
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ def fixfile(inpath, input_lines, outfile):
'</b>]' % int(pep))
except ValueError, error:
print >> sys.stderr, ('ValueError (invalid PEP number): %s'
% error)
% error)
print >> outfile, '</td></tr></table>'
print >> outfile, '<div class="header">\n<table border="0">'
for k, v in header: