Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7537f60 commit f404e26Copy full SHA for f404e26
1 file changed
Doc/library/concurrent.futures.rst
@@ -30,7 +30,7 @@ Executor Objects
30
31
.. method:: submit(fn, /, *args, **kwargs)
32
33
- Schedules the callable, *fn*, to be executed as ``fn(*args **kwargs)``
+ Schedules the callable, *fn*, to be executed as ``fn(*args, **kwargs)``
34
and returns a :class:`Future` object representing the execution of the
35
callable. ::
36
0 commit comments