10000 Fix missing "," in the documentation of Executor Objects (GH-30404) · python/cpython@f902d88 · GitHub
[go: up one dir, main page]

Skip to content

Commit f902d88

Browse files
Fix missing "," in the documentation of Executor Objects (GH-30404)
(cherry picked from commit f404e26) Co-authored-by: Philipp Claßen <philipp.classen@posteo.de> Co-authored-by: Philipp Claßen <philipp.classen@posteo.de>
1 parent 9a9061d commit f902d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Executor Objects
3030

3131
.. method:: submit(fn, /, *args, **kwargs)
3232

33-
Schedules the callable, *fn*, to be executed as ``fn(*args **kwargs)``
33+
Schedules the callable, *fn*, to be executed as ``fn(*args, **kwargs)``
3434
and returns a :class:`Future` object representing the execution of the
3535
callable. ::
3636

0 commit comments

Comments
 (0)
0