From: Maciej Brencz Date: Thu, 4 Feb 2021 09:44:34 +0000 (+0100) Subject: orm/session.py - comment grammar fix X-Git-Tag: rel_1_4_0b3~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5917%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git orm/session.py - comment grammar fix --- 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.