We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fc945 commit 0ba5774Copy full SHA for 0ba5774
1 file changed
README.rst
@@ -47,8 +47,8 @@ Properties are unchanged, so ``conn.prop`` is correct as well as
47
48
async def test_example():
49
async with aiomysql.create_pool(host='127.0.0.1', port=3306,
50
- user='root', password='',
51
- db='mysql') as pool:
+ user='root', password='',
+ db='mysql') as pool:
52
async with pool.acquire() as conn:
53
async with conn.cursor() as cur:
54
await cur.execute("SELECT 42;")
0 commit comments