Skip to content

Commit b74b4b6

Browse files
committed
Fix doc naming of parameter
1 parent c9d5e86 commit b74b4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiocache/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ class multi_cached:
295295
``keys_from_attr``, the decorated callable, and the positional and keyword arguments
296296
that were passed to the decorated callable. This behavior is necessarily different than
297297
``BaseCache.build_key()`` and the call signature differs from ``cached.key_builder``.
298-
:param skip_cache_keys: Callable that receives both key and value and returns True
298+
:param skip_cache_func: Callable that receives both key and value and returns True
299299
if that key-value pair should not be cached (or False to store in cache).
300300
The keys and values to be passed are taken from the wrapped function result.
301301
:param ttl: int seconds to store the keys. Default is 0 which means no expiration.

0 commit comments

Comments
 (0)