asyncio: mention that transports/protocols are low-level, streams are high-level

This commit is contained in:
Victor Stinner 2014-01-24 15:34:19 +01:00
parent 5c66189e88
commit 1374bd41b1
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
.. currentmodule:: asyncio
+++++++++++++++++++++++++
Transports and protocols
+++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
Transports and protocols (low-level API)
+++++++++++++++++++++++++++++++++++++++++
.. _transport: