Fix typos

This commit is contained in:
Martin Michlmayr 2020-06-17 14:19:00 +08:00 committed by Paul Beckingham
parent 81183ae7d1
commit 174507e7ad
4 changed files with 5 additions and 5 deletions

View file

@ -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 = {}