[Python-checkins] python/dist/src/Tools/bgen/bgen bgenOutput.py, 1.5, 1.5.14.1

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:34:50 EDT 2003


Update of /cvsroot/python/python/dist/src/Tools/bgen/bgen
In directory sc8-pr-cvs1:/tmp/cvs-serv9536/Tools/bgen/bgen

Modified Files:
      Tag: release23-maint
	bgenOutput.py 
Log Message:
Backport checkin:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)


Index: bgenOutput.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/bgen/bgen/bgenOutput.py,v
retrieving revision 1.5
retrieving revision 1.5.14.1
diff -C2 -d -r1.5 -r1.5.14.1
*** bgenOutput.py	19 Jan 2003 21:53:57 -0000	1.5
--- bgenOutput.py	20 Oct 2003 14:34:48 -0000	1.5.14.1
***************
*** 59,63 ****
  
  def VaOutput(format, args):
!     """Call this with a format string and and argument tuple for the format.
  
      A newline is always added.  Each line in the output is indented
--- 59,63 ----
  
  def VaOutput(format, args):
!     """Call this with a format string and argument tuple for the format.
  
      A newline is always added.  Each line in the output is indented





More information about the Python-checkins mailing list