Skip to content

Commit 2446872

Browse files
authored
Update README.rst
1 parent a7eec04 commit 2446872

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Mailing List
3535
https://groups.google.com/forum/#!forum/aio-libs
3636

3737

38-
Basic
38+
Basic Example
3939
-------------
4040

4141
**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
4545
Properties are unchanged, so ``conn.prop`` is correct as well as
4646
``conn.prop = val``.
4747

48-
49-
Connection Pool
50-
---------------
51-
Connection pooling ported from aiopg_ :
52-
5348
.. code:: python
5449
5550
import asyncio

0 commit comments

Comments
 (0)