Skip to content

Commit e91d918

Browse files
authored
orm/session.py - comment grammar fix
1 parent 981924a commit e91d918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sqlalchemy/orm/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ def close(self):
16931693
16941694
This clears all items and ends any transaction in progress.
16951695
1696-
If this session were created with ``autocommit=False``, a new
1696+
If this Session was created with ``autocommit=False``, a new
16971697
transaction will be begun when the :class:`.Session` is next asked
16981698
to procure a database connection.
16991699

0 commit comments

Comments
 (0)