Commit 5031c838 by ichuang

typo in correctmap

parent a0e628f7
......@@ -24,7 +24,7 @@ class CorrectMap(object):
self.set(*args,**kwargs)
def __getitem__(self, *args, **kwargs):
return self.cmap.__getitem(*args, **kwargs)
return self.cmap.__getitem__(*args, **kwargs)
def __iter__(self):
return self.cmap.__iter__()
......
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