From: Yury Selivanov Date: Thu, 17 Dec 2015 02:30:52 +0000 (-0500) Subject: docs/asyncio: Twek sections names per Nick Coghlan suggestion X-Git-Tag: v3.6.0a1~898^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cba0053bef35f2c2db583295fe16acaa863e2d3d;p=python docs/asyncio: Twek sections names per Nick Coghlan suggestion --- diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst index 78faeaecaf..f9298b2d86 100644 --- a/Doc/library/asyncio-protocol.rst +++ b/Doc/library/asyncio-protocol.rst @@ -1,8 +1,8 @@ .. currentmodule:: asyncio -+++++++++++++++++++++++++++++++++++++++++ -Transports and protocols (low-level API) -+++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++ +Transports and protocols (callback based API) +++++++++++++++++++++++++++++++++++++++++++++++ .. _asyncio-transport: diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index 171fd86276..52b93f9ad9 100644 --- a/Doc/library/asyncio-stream.rst +++ b/Doc/library/asyncio-stream.rst @@ -2,9 +2,9 @@ .. _asyncio-streams: -++++++++++++++++++++++++ -Streams (high-level API) -++++++++++++++++++++++++ ++++++++++++++++++++++++++++++ +Streams (coroutine based API) ++++++++++++++++++++++++++++++ Stream functions ================