[Spambayes-checkins] spambayes Options.py,1.30,1.31

Skip Montanaro montanaro@users.sourceforge.net
Tue, 24 Sep 2002 19:45:33 -0700


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

Modified Files:
	Options.py 
Log Message:
change one quoted string from "-quotes to '-quotes to keep emacs-mode happy.



Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Options.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** Options.py	24 Sep 2002 06:13:29 -0000	1.30
--- Options.py	25 Sep 2002 02:45:31 -0000	1.31
***************
*** 122,127 ****
  show_false_negatives: False
  
! # Near the end of Driver.test(), you can get a listing of the "best
! # discriminators" in the words from the training sets.  These are the
  # words whose WordInfo.killcount values are highest, meaning they most
  # often were among the most extreme clues spamprob() found.  The number
--- 122,127 ----
  show_false_negatives: False
  
! # Near the end of Driver.test(), you can get a listing of the 'best
! # discriminators' in the words from the training sets.  These are the
  # words whose WordInfo.killcount values are highest, meaning they most
  # often were among the most extreme clues spamprob() found.  The number