Skip to content

Commit 3b93a98

Browse files
authored
chore: fix a typo in the doc (#21)
1 parent 0e0423c commit 3b93a98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fastsqla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ async def new_session() -> AsyncGenerator[AsyncSession, None]:
225225
226226
* If no exceptions are raised, the session is automatically committed.
227227
* If an exception is raised, the session is automatically rolled back.
228-
* In alls cases, the session is closed and the associated connection is returned to the
228+
* In all cases, the session is closed and the associated connection is returned to the
229229
connection pool.
230230
231231
Example:

0 commit comments

Comments
 (0)