diff --git a/src/fastsqla.py b/src/fastsqla.py index 1a2833b..c0c260d 100644 --- a/src/fastsqla.py +++ b/src/fastsqla.py @@ -225,7 +225,7 @@ async def new_session() -> AsyncGenerator[AsyncSession, None]: * If no exceptions are raised, the session is automatically committed. * If an exception is raised, the session is automatically rolled back. -* In alls cases, the session is closed and the associated connection is returned to the +* In all cases, the session is closed and the associated connection is returned to the connection pool. Example: