pep8 fixes
fixing typos svn: r12934
This commit is contained in:
@@ -49,7 +49,7 @@ class LRU(object):
|
||||
|
||||
def __getitem__(self, obj):
|
||||
"""
|
||||
Return item assocated with Obj
|
||||
Return item associated with Obj
|
||||
"""
|
||||
return self.data[obj].value[1]
|
||||
|
||||
|
Reference in New Issue
Block a user