Thanks to visit codestin.com Credit goes to github.com
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.
2 parents c4e27e2 + cba0053 commit 9920e29Copy full SHA for 9920e29
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