Kaydet (Commit) c935a953 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Englich grammar nit.

üst 1cc95203
......@@ -261,7 +261,7 @@ Example combining a :class:`Future` and a :ref:`coroutine function
print(future.result())
loop.close()
The coroutine function is responsible of the computation (which takes 1 second)
The coroutine function is responsible for the computation (which takes 1 second)
and it stores the result into the future. The
:meth:`~BaseEventLoop.run_until_complete` method waits for the completion of
the future.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment