Skip to content

Commit 7bf4193

Browse files
authored
Merge pull request #44 from febus982/febus982-patch-1
Update index.md
2 parents bc01675 + 329325b commit 7bf4193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ o = MyModel()
7474
o.name = "John"
7575
with sa_manager.get_session() as session:
7676
session.add(o)
77-
await session.commit()
77+
session.commit()
7878
```
7979

8080
/// details | Long lived sessions and multithreading

0 commit comments

Comments
 (0)