Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 612857d

Browse files
author
André Felipe Dias
authored
fix documentation of low level transaction (#390)
1 parent 2150a22 commit 612857d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/connections_and_transactions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ For a lower-level transaction API:
8080
```python
8181
transaction = await database.transaction()
8282
try:
83-
await transaction.start()
8483
...
8584
except:
8685
await transaction.rollback()

0 commit comments

Comments
 (0)