[Spambayes-checkins] spambayes TestDriver.py,1.9,1.10

Tim Peters tim_one@users.sourceforge.net
Tue, 24 Sep 2002 15:13:21 -0700


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv15036

Modified Files:
	TestDriver.py 
Log Message:
Changed the first histogram line so it fits in 79 columns.


Index: TestDriver.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/TestDriver.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** TestDriver.py	23 Sep 2002 22:41:04 -0000	1.9
--- TestDriver.py	24 Sep 2002 22:13:19 -0000	1.10
***************
*** 90,98 ****
  def printhist(tag, ham, spam):
      print
!     print "-> <stat> Ham distribution for", tag,
      ham.display()
  
      print
!     print "-> <stat> Spam distribution for", tag,
      spam.display()
  
--- 90,98 ----
  def printhist(tag, ham, spam):
      print
!     print "-> <stat> Ham scores for", tag,
      ham.display()
  
      print
!     print "-> <stat> Spam scores for", tag,
      spam.display()