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 Doc/library/concurrent.interpreters.rst

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please check there are no more typos in the file? TiA!

Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Interpreter objects

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

Return the result of calling running the given function in the
Return the result of running the given function in the
interpreter (in the current thread).

.. _interp-call-in-thread:
Expand Down
Loading