Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed May 29, 2024
1 parent ab08964 commit 35eccb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cacholote/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 35eccb9

Please sign in to comment.