]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed typo in session.py in line 3063
authorL0stLink <36127183+L0stLink@users.noreply.github.com>
Sat, 2 Nov 2019 10:09:03 +0000 (15:09 +0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Nov 2019 18:53:08 +0000 (13:53 -0500)
commitec6314b06320ea3f1af7d68902872556e58c052e
tree3b7ac8d0437e0e86600f4e9eb49c822d63f86510
parent8654e96df8dc435bb775763cfb6bffe0d21d95cd
fixed typo in session.py in line 3063

Changed : wish to detect is a "rollback" is
 to : wish to detect if a "rollback" is
, improving clarity.

(cherry picked from commit 7f260c95d65f9bb77e4e0bbb8ef78f57b183fc7c)
lib/sqlalchemy/orm/session.py