Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e57dcc

Browse files
committed
Merge with 3.4
2 parents a819105 + c935a95 commit 2e57dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Example combining a :class:`Future` and a :ref:`coroutine function
261261
print(future.result())
262262
loop.close()
263263

264-
The coroutine function is responsible of the computation (which takes 1 second)
264+
The coroutine function is responsible for the computation (which takes 1 second)
265265
and it stores the result into the future. The
266266
:meth:`~BaseEventLoop.run_until_complete` method waits for the completion of
267267
the future.

0 commit comments

Comments
 (0)