Commit cda929bd authored by Christopher Petrilli's avatar Christopher Petrilli

Spelling mistake.

parent d66ba51c
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
"""Simple column indices""" """Simple column indices"""
__version__='$Revision: 1.22 $'[11:-2] __version__='$Revision: 1.23 $'[11:-2]
...@@ -330,7 +330,7 @@ class UnIndex(Persistent, Implicit): ...@@ -330,7 +330,7 @@ class UnIndex(Persistent, Implicit):
else: #not a range else: #not a range
get = index.get get = index.get
for key in keys: for key in keys:
if nonempty(key): if nonEmpty(key):
anyTrue = 1 anyTrue = 1
set=get(key) set=get(key)
if set is not None: if set is not None:
......
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