We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7eec04 commit 2446872Copy full SHA for 2446872
1 file changed
README.rst
@@ -35,7 +35,7 @@ Mailing List
35
https://groups.google.com/forum/#!forum/aio-libs
36
37
38
-Basic
+Basic Example
39
-------------
40
41
**aiomysql** based on PyMySQL_ , and provides same api, you just need
@@ -45,11 +45,6 @@ to use ``await conn.f()`` or ``yield from conn.f()`` instead of calling
45
Properties are unchanged, so ``conn.prop`` is correct as well as
46
``conn.prop = val``.
47
48
-
49
-Connection Pool
50
----------------
51
-Connection pooling ported from aiopg_ :
52
53
.. code:: python
54
55
import asyncio
0 commit comments