Fix typos
This commit is contained in:
committed by
Paul Beckingham
parent
81183ae7d1
commit
174507e7ad
@@ -352,7 +352,7 @@ def release_port(port):
|
||||
|
||||
|
||||
def memoize(obj):
|
||||
"""Keep an in-memory cache of function results given it's inputs
|
||||
"""Keep an in-memory cache of function results given its inputs
|
||||
"""
|
||||
cache = obj.cache = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user