We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc01675 + 329325b commit 7bf4193Copy full SHA for 7bf4193
1 file changed
docs/index.md
@@ -74,7 +74,7 @@ o = MyModel()
74
o.name = "John"
75
with sa_manager.get_session() as session:
76
session.add(o)
77
- await session.commit()
+ session.commit()
78
```
79
80
/// details | Long lived sessions and multithreading
0 commit comments