Commit 98f35321 authored by Ken Manheimer's avatar Ken Manheimer

Spelling (while in the pursuit of another fix).

parent 049452c9
...@@ -2,8 +2,7 @@ from UnIndex import UnIndex, MV, intSet ...@@ -2,8 +2,7 @@ from UnIndex import UnIndex, MV, intSet
from types import ListType, TupleType from types import ListType, TupleType
class UnKeywordIndex(UnIndex): class UnKeywordIndex(UnIndex):
""" """Like an UnIndex only it indexes sequences of items
Like an UnIndex only it indexs sequences of items
Searches match any keyword. Searches match any keyword.
...@@ -58,11 +57,3 @@ class UnKeywordIndex(UnIndex): ...@@ -58,11 +57,3 @@ class UnKeywordIndex(UnIndex):
self._index = index self._index = index
self._unindex = unindex self._unindex = unindex
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment