Commit 530a69fa authored by R David Murray's avatar R David Murray

#19970: fix additional typo in 3.4 asyncio docs.

parent f483b0f3
......@@ -649,7 +649,7 @@ TCP echo server example, send back received data and close the connection::
server.close()
loop.close()
:meth:`Transport.close` can be called immediatly after
:meth:`Transport.close` can be called immediately after
:meth:`WriteTransport.write` even if data are not sent yet on the socket: both
methods are asynchronous. ``yield from`` is not needed because these transport
methods don't return coroutines.
......
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