[Spambayes-checkins] spambayes cmp.py,1.3,1.4

Tim Peters tim_one@users.sourceforge.net
Sun, 08 Sep 2002 10:50:51 -0700


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

Modified Files:
	cmp.py 
Log Message:
dump():  tiny simplification of print format.


Index: cmp.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/cmp.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cmp.py	8 Sep 2002 17:10:03 -0000	1.3
--- cmp.py	8 Sep 2002 17:50:49 -0000	1.4
***************
*** 55,59 ****
      print
      for t in "won", "tied", "lost":
!         print "%-4s %2d %s" % (t, alltags.count(t), "times")
      print
  
--- 55,59 ----
      print
      for t in "won", "tied", "lost":
!         print "%-4s %2d times" % (t, alltags.count(t))
      print