Skip to content

Commit 0ba5774

Browse files
authored
fix indentation
1 parent 25fc945 commit 0ba5774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Properties are unchanged, so ``conn.prop`` is correct as well as
4747
4848
async def test_example():
4949
async with aiomysql.create_pool(host='127.0.0.1', port=3306,
50-
user='root', password='',
51-
db='mysql') as pool:
50+
user='root', password='',
51+
db='mysql') as pool:
5252
async with pool.acquire() as conn:
5353
async with conn.cursor() as cur:
5454
await cur.execute("SELECT 42;")

0 commit comments

Comments
 (0)