]> granicus.if.org Git - python/commitdiff
docs/asyncio: Twek sections names per Nick Coghlan suggestion
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 17 Dec 2015 02:30:52 +0000 (21:30 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 17 Dec 2015 02:30:52 +0000 (21:30 -0500)
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-stream.rst

index 78faeaecaf7f2c5cea4b481acd1a456497916d56..f9298b2d862ccabdc82cb7cd30ba8f32903a17fb 100644 (file)
@@ -1,8 +1,8 @@
 .. currentmodule:: asyncio
 
-+++++++++++++++++++++++++++++++++++++++++
-Transports  and protocols (low-level API)
-+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++
+Transports  and protocols (callback based API)
+++++++++++++++++++++++++++++++++++++++++++++++
 
 .. _asyncio-transport:
 
index 171fd86276204541819e8459735c64d189eb93e2..52b93f9ad9cb5c1e19c015412a7e9780a445be72 100644 (file)
@@ -2,9 +2,9 @@
 
 .. _asyncio-streams:
 
-++++++++++++++++++++++++
-Streams (high-level API)
-++++++++++++++++++++++++
++++++++++++++++++++++++++++++
+Streams (coroutine based API)
++++++++++++++++++++++++++++++
 
 Stream functions
 ================