Skip to content

Commit d2988c9

Browse files
authored
Update README.md
1 parent bd69893 commit d2988c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This will make sure we have an `AsyncEngine` and an `AsyncSession` are initialis
130130
```python
131131
async with sa_manager.get_session() as session:
132132
session.add(o)
133-
session.commit()
133+
await session.commit()
134134
```
135135

136136
Note that async implementation has several differences from the sync one, make sure

0 commit comments

Comments
 (0)