Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distributed/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ def submit(
coroutine, it will be run on the main event loop of a worker. Otherwise
``func`` will be run in a worker's task executor pool (see
``Worker.executors`` for more information.)
*args : tuple
*args
Optional positional arguments
key : str
Unique identifier for the task. Defaults to function-name and hash
Expand Down
Loading