[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src - ZopeSplitter.c:1.3

Andreas Jung andreas@zope.com
Mon, 29 Oct 2001 12:42:52 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src
In directory cvs.zope.org:/tmp/cvs-serv17691/ZopeSplitter/src

Modified Files:
	ZopeSplitter.c 
Log Message:
fixed typo


=== Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c 1.2 => 1.3 ===
       "pos(index) -- Return the starting and ending position of a token" },
     { "indexes", (PyCFunction)Splitter_indexes, METH_VARARGS,
-      "indexes(word) -- Return al list of the indexes of word in the sequence",
+      "indexes(word) -- Return a list of the indexes of word in the sequence",
     },
     { NULL, NULL }		/* sentinel */
 };