Skip to content

Commit a6fdf5c

Browse files
creotiv1st1
authored andcommitted
Typo fix in transaction description.
1 parent 2b93ee5 commit a6fdf5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Alternatively, transactions can be used without an ``async with`` block:
110110
except:
111111
await tr.rollback()
112112
raise
113-
finally:
113+
else:
114114
await tr.commit()
115115
116116

0 commit comments

Comments
 (0)