From bd6020c37249608ee9c7cb760aa9066d9f72f3d9 Mon Sep 17 00:00:00 2001 From: David Goodger Date: Fri, 30 Aug 2002 04:30:40 +0000 Subject: [PATCH] removed tab --- pep2html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: