Skip to content

Commit ec02eda

Browse files
committed
fix typo in Interpreter.call docs
1 parent eb08902 commit ec02eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/concurrent.interpreters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Interpreter objects
274274

275275
.. method:: call(callable, /, *args, **kwargs)
276276

277-
Return the result of calling running the given function in the
277+
Return the result of running the given function in the
278278
interpreter (in the current thread).
279279

280280
.. _interp-call-in-thread:

0 commit comments

Comments
 (0)