]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
orm/session.py - comment grammar fix 5917/head
authorMaciej Brencz <maciej.brencz@gmail.com>
Thu, 4 Feb 2021 09:44:34 +0000 (10:44 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Feb 2021 09:44:34 +0000 (10:44 +0100)
lib/sqlalchemy/orm/session.py

index 9b2c402c6140dc57f23b0814a32741f5531507a7..004951e5b5d438bed0e5c7c71358a56d2f8a61e6 100644 (file)
@@ -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.