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.
2 parents a819105 + c935a95 commit 2e57dccCopy full SHA for 2e57dcc
1 file changed
Doc/library/asyncio-task.rst
@@ -261,7 +261,7 @@ Example combining a :class:`Future` and a :ref:`coroutine function
261
print(future.result())
262
loop.close()
263
264
-The coroutine function is responsible of the computation (which takes 1 second)
+The coroutine function is responsible for the computation (which takes 1 second)
265
and it stores the result into the future. The
266
:meth:`~BaseEventLoop.run_until_complete` method waits for the completion of
267
the future.
0 commit comments