mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Fix typos
This commit is contained in:
parent
81183ae7d1
commit
174507e7ad
4 changed files with 5 additions and 5 deletions
|
@ -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 = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue