mirror of
https://github.com/python/cpython.git
synced 2024-12-18 06:14:00 +08:00
#19970: fix additional typo in 3.4 asyncio docs.
This commit is contained in:
parent
f483b0f3a9
commit
530a69fafc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user