mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Fix typo
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
8103d49e52
commit
598ddb24c8
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ def run_cmd_wait_nofail(*args, **kwargs):
|
|||
|
||||
|
||||
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 = {}
|
||||
|
||||
@functools.wraps(obj)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue