From e91d918fc24d678a413feb3744e70014f54172c7 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Thu, 4 Feb 2021 10:44:34 +0100 Subject: [PATCH] orm/session.py - comment grammar fix --- lib/sqlalchemy/orm/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index 9b2c402c61..004951e5b5 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -1693,7 +1693,7 @@ class Session(_SessionClassMethods): This clears all items and ends any transaction in progress. - If this session were created with ``autocommit=False``, a new + If this Session was created with ``autocommit=False``, a new transaction will be begun when the :class:`.Session` is next asked to procure a database connection. -- 2.47.2