Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9920e29

Browse files
committed
Merge 3.4
2 parents c4e27e2 + cba0053 commit 9920e29

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/library/asyncio-protocol.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. currentmodule:: asyncio
22

3-
+++++++++++++++++++++++++++++++++++++++++
4-
Transports and protocols (low-level API)
5-
+++++++++++++++++++++++++++++++++++++++++
3+
++++++++++++++++++++++++++++++++++++++++++++++
4+
Transports and protocols (callback based API)
5+
++++++++++++++++++++++++++++++++++++++++++++++
66

77
.. _asyncio-transport:
88

Doc/library/asyncio-stream.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
.. _asyncio-streams:
44

5-
++++++++++++++++++++++++
6-
Streams (high-level API)
7-
++++++++++++++++++++++++
5+
+++++++++++++++++++++++++++++
6+
Streams (coroutine based API)
7+
+++++++++++++++++++++++++++++
88

99
Stream functions
1010
================

0 commit comments

Comments
 (0)