diff options
author | Xtreak <tir.karthi@gmail.com> | 2019-06-24 23:46:58 +0530 |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2019-06-24 21:16:58 +0300 |
commit | 6793cce155f8875b10efd746cb0b34cb72263af7 (patch) | |
tree | a298bfd89bb2f4294a52a9ffcd950efe0840004b /Doc/library/asyncio-eventloop.rst | |
parent | 6ffd9b05dfade9e3a101fe039157856eb855f82e (diff) | |
download | cpython-git-6793cce155f8875b10efd746cb0b34cb72263af7.tar.gz |
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
Diffstat (limited to 'Doc/library/asyncio-eventloop.rst')
-rw-r--r-- | Doc/library/asyncio-eventloop.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index f763fd5f03..8f7974be66 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -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: |