Skip to content

Commit 6a00257

Browse files
authored
Remove repeated key() method in API docs for Job
1 parent c7ddf0a commit 6a00257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are also several methods intended to be overridden and customised:
2121

2222
.. autoclass:: cacheback.base.Job
2323
:noindex:
24-
:members: key, fetch, expiry, should_missing_item_be_fetched_synchronously, should_stale_item_be_fetched_synchronously, empty, key, prepare_args, prepare_kwargs, timeout, process_result
24+
:members: key, fetch, expiry, should_missing_item_be_fetched_synchronously, should_stale_item_be_fetched_synchronously, empty, prepare_args, prepare_kwargs, timeout, process_result
2525

2626

2727
Queryset jobs

0 commit comments

Comments
 (0)