bpo-36889: Document asyncio Stream and StreamServer (GH-14203)

This commit is contained in:
Xtreak 2019-06-24 23:46:58 +05:30 committed by Andrew Svetlov
parent 6ffd9b05df
commit 6793cce155
3 changed files with 280 additions and 65 deletions

View file

@ -1625,8 +1625,7 @@ Wait until a file descriptor received some data using the
:meth:`loop.create_connection` method.
* Another similar :ref:`example <asyncio_example_create_connection-streams>`
using the high-level :func:`asyncio.open_connection` function
and streams.
using the high-level :func:`asyncio.connect` function and streams.
.. _asyncio_example_unix_signals: