[Spambayes-checkins] spambayes/spambayes Corpus.py,1.10,1.11

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Dec 15 02:06:26 EST 2003


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv24226/spambayes-old/spambayes

Modified Files:
	Corpus.py 
Log Message:
Typo in comment.

Index: Corpus.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Corpus.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Corpus.py	11 Dec 2003 18:40:21 -0000	1.10
--- Corpus.py	15 Dec 2003 07:06:23 -0000	1.11
***************
*** 11,15 ****
      A corpus is defined as a set of messages that share some common
      characteristic relative to spamness.  Examples might be spam, ham,
!     unsure, or untrained, or "bayes rating between .4 and .6.  A
      corpus is a collection of messages.  Corpus is a dictionary that
      is keyed by the keys of the messages within it.  It is iterable,
--- 11,15 ----
      A corpus is defined as a set of messages that share some common
      characteristic relative to spamness.  Examples might be spam, ham,
!     unsure, or untrained, or "bayes rating between .4 and .6".  A
      corpus is a collection of messages.  Corpus is a dictionary that
      is keyed by the keys of the messages within it.  It is iterable,
***************
*** 71,75 ****
      o Suggestions?
  
!     '''
  
  # This module is part of the spambayes project, which is Copyright 2002-3
--- 71,75 ----
      o Suggestions?
  
! '''
  
  # This module is part of the spambayes project, which is Copyright 2002-3
***************
*** 151,155 ****
          # This method should probably not be overridden
          key = message.key()
! 
          if options["globals", "verbose"]:
              print 'placing %s in corpus cache' % (key)
--- 151,155 ----
          # This method should probably not be overridden
          key = message.key()
!         
          if options["globals", "verbose"]:
              print 'placing %s in corpus cache' % (key)





More information about the Spambayes-checkins mailing list