Skip to content

Commit ade01b3

Browse files
authored
docs(client): word mix-up (#8481)
1 parent 7fabe2c commit ade01b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def exception(self, timeout=None, **kwargs):
373373
return self.client.sync(self._exception, callback_timeout=timeout, **kwargs)
374374

375375
def add_done_callback(self, fn):
376-
"""Call callback on future when callback has finished
376+
"""Call callback on future when future has finished
377377
378378
The callback ``fn`` should take the future as its only argument. This
379379
will be called regardless of if the future completes successfully,

0 commit comments

Comments
 (0)