Skip to content

Commit

Permalink
According to the Python spelling rule, the wrong spell example code i… (
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgahanuzun authored and webknjaz committed Jun 18, 2019
1 parent 9fdf7b9 commit 82f3ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Connection

Result value for ``SELECT`` statements may be iterated immediately::

async for row conn.execute(tbl.select()):
async for row in conn.execute(tbl.select()):
print(row.id, row.name, row.surname)

:returns: :class:`ResultProxy` instance with results of SQL
Expand Down

0 comments on commit 82f3ced

Please sign in to comment.