From 35eccb9be6b88ca33a668d460dba6394652fc4b8 Mon Sep 17 00:00:00 2001 From: Mattia Almansi Date: Wed, 29 May 2024 11:17:02 +0200 Subject: [PATCH] fix docstring --- cacholote/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cacholote/config.py b/cacholote/config.py index 46f5010..25f6a18 100644 --- a/cacholote/config.py +++ b/cacholote/config.py @@ -161,8 +161,10 @@ class set: Note that existing tags are overwritten. return_cache_entry: bool, default: False Whether to return the cache database entry rather than decoded results. - lock_timeout: fload, optional, default: None + lock_timeout: float, optional, default: None Time to wait before raising an error if a cache file is locked. + context: Context, optional, default: None + CADS context for internal use. """ def __init__(self, **kwargs: Any):