Skip to content

Commit

Permalink
fix documentation of low level transaction (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
André Felipe Dias committed Sep 13, 2021
1 parent 2150a22 commit 612857d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/connections_and_transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ For a lower-level transaction API:
```python
transaction = await database.transaction()
try:
await transaction.start()
...
except:
await transaction.rollback()
Expand Down

0 comments on commit 612857d

Please sign in to comment.