mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
#19970: fix additional typo in 3.4 asyncio docs.
This commit is contained in:
parent
f483b0f3a9
commit
530a69fafc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue