[Python-checkins] python/dist/src/Doc/tools prechm.py,1.7,1.8

tim_one@sourceforge.net tim_one@sourceforge.net
Fri, 19 Apr 2002 19:56:22 -0700


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory usw-pr-cvs1:/tmp/cvs-serv7819

Modified Files:
	prechm.py 
Log Message:
Fixed a comment.


Index: prechm.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/prechm.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** prechm.py	20 Apr 2002 02:39:44 -0000	1.7
--- prechm.py	20 Apr 2002 02:56:20 -0000	1.8
***************
*** 87,91 ****
  # 256 or 512 bytes (including \r\n at the end of each line).
  # Note that "and", "or", "not" and "near" are operators in the search
! # language, so not point indexing them even if wanted to.
  stop_list = '''
  a  an  and
--- 87,91 ----
  # 256 or 512 bytes (including \r\n at the end of each line).
  # Note that "and", "or", "not" and "near" are operators in the search
! # language, so no point indexing them even if we wanted to.
  stop_list = '''
  a  an  and