diff --git a/pep2html.py b/pep2html.py index 347ccf04b..8efabde88 100755 --- a/pep2html.py +++ b/pep2html.py @@ -182,7 +182,7 @@ def fixfile(inpath, input_lines, outfile): ']' % int(pep)) except ValueError, error: print >> sys.stderr, ('ValueError (invalid PEP number): %s' - % error) + % error) print >> outfile, '' print >> outfile, '
\n' for k, v in header: