Skip to content

Commit

Permalink
docs/asyncio: Twek sections names per Nick Coghlan suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Dec 17, 2015
1 parent ea4ce1c commit cba0053
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Doc/library/asyncio-protocol.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. currentmodule:: asyncio

+++++++++++++++++++++++++++++++++++++++++
Transports and protocols (low-level API)
+++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++
Transports and protocols (callback based API)
++++++++++++++++++++++++++++++++++++++++++++++

.. _asyncio-transport:

Expand Down
6 changes: 3 additions & 3 deletions Doc/library/asyncio-stream.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

.. _asyncio-streams:

++++++++++++++++++++++++
Streams (high-level API)
++++++++++++++++++++++++
+++++++++++++++++++++++++++++
Streams (coroutine based API)
+++++++++++++++++++++++++++++

Stream functions
================
Expand Down

0 comments on commit cba0053

Please sign in to comment.