diff --git a/distributed/client.py b/distributed/client.py index 953ea20146b..0f1db78a47e 100644 --- a/distributed/client.py +++ b/distributed/client.py @@ -2594,6 +2594,7 @@ def cancel(self, futures, asynchronous=None, force=False): This stops future tasks from being scheduled if they have not yet run and deletes them if they have already run. After calling, this result and all dependent results will no longer be accessible + Parameters ---------- futures : List[Future]