Skip to content

Commit

Permalink
Merge pull request #35 from uncle-lv/fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Nov 4, 2023
2 parents 354aef7 + 0cddc3d commit 29cc57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cacheout/cache.py
Expand Up @@ -74,7 +74,7 @@ class Cache:
default: Default value or function to use in :meth:`get` when key is not found. If callable,
it will be passed a single argument, ``key``, and its return value will be set for that
cache key.
on_delete: Callback which will be executed when a cache entry is evicted.
on_delete: Callback which will be executed when a cache entry is removed.
stats: Cache statistics.
"""

Expand Down

0 comments on commit 29cc57b

Please sign in to comment.