pep8 fixes

fixing typos


svn: r12934
This commit is contained in:
Raphael Ackermann
2009-08-09 17:09:32 +00:00
parent ce53145dfe
commit 65f72560d1
32 changed files with 153 additions and 149 deletions

View File

@@ -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]