Skip to content

Commit

Permalink
Fix unexpected indentation in Client.cancel docstring (#7694)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Mar 22, 2023
1 parent d338d65 commit 9bd90c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distributed/client.py
Expand Up @@ -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]
Expand Down

0 comments on commit 9bd90c0

Please sign in to comment.