Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Sep 2, 2024
1 parent 07fc1b7 commit 69bae8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cacholote/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def cacheable(func: F, **cache_kwargs: Any) -> F:
Returns
-------
callable:
Cache functions
callable
Cached function
"""

@functools.wraps(func)
Expand Down

0 comments on commit 69bae8a

Please sign in to comment.