[Python-checkins] python/nondist/peps pep2html.py,1.42,1.43

goodger@users.sourceforge.net goodger@users.sourceforge.net
Thu, 29 Aug 2002 21:30:42 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv16648

Modified Files:
	pep2html.py 
Log Message:
removed tab

Index: pep2html.py
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep2html.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** pep2html.py	30 Aug 2002 03:22:58 -0000	1.42
--- pep2html.py	30 Aug 2002 04:30:40 -0000	1.43
***************
*** 183,187 ****
          except ValueError, error:
              print >> sys.stderr, ('ValueError (invalid PEP number): %s'
! 	                          % error)
      print >> outfile, '</td></tr></table>'
      print >> outfile, '<div class="header">\n<table border="0">'
--- 183,187 ----
          except ValueError, error:
              print >> sys.stderr, ('ValueError (invalid PEP number): %s'
!                                   % error)
      print >> outfile, '</td></tr></table>'
      print >> outfile, '<div class="header">\n<table border="0">'