diff options
| author | Maciej Brencz <maciej.brencz@gmail.com> | 2021-02-04 10:44:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 10:44:34 +0100 |
| commit | e91d918fc24d678a413feb3744e70014f54172c7 (patch) | |
| tree | aca649dbc00d92344daea9310c8f54ee1c579401 /lib/sqlalchemy/orm | |
| parent | 981924a85db9aaf7a755895af9d13530843e7e52 (diff) | |
| download | sqlalchemy-e91d918fc24d678a413feb3744e70014f54172c7.tar.gz | |
orm/session.py - comment grammar fix
Diffstat (limited to 'lib/sqlalchemy/orm')
| -rw-r--r-- | lib/sqlalchemy/orm/session.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index 9b2c402c6..004951e5b 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. |
