Commit 693013c9 authored by Jim Fulton's avatar Jim Fulton

Fixed typo that broke near.

parent a78dc107
......@@ -140,7 +140,7 @@ class ResultList:
return self.__class__(result, self._words+x._words, self._index)
def near(self, x):
result = IIBucket
result = IIBucket()
dict = self._dict
xdict = x._dict
xhas = xdict.has_key
......
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