We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4ce1c commit cba0053Copy full SHA for cba0053
2 files changed
Doc/library/asyncio-protocol.rst
@@ -1,8 +1,8 @@
1
.. currentmodule:: asyncio
2
3
-+++++++++++++++++++++++++++++++++++++++++
4
-Transports and protocols (low-level API)
5
+++++++++++++++++++++++++++++++++++++++++++++++
+Transports and protocols (callback based API)
6
7
.. _asyncio-transport:
8
Doc/library/asyncio-stream.rst
@@ -2,9 +2,9 @@
.. _asyncio-streams:
-++++++++++++++++++++++++
-Streams (high-level API)
++++++++++++++++++++++++++++++
+Streams (coroutine based API)
9
Stream functions
10
================
0 commit comments