From: Mike Bayer Date: Tue, 6 Sep 2011 13:51:02 +0000 (-0400) Subject: fix typo, [ticket:2271] X-Git-Tag: rel_0_6_9~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30cde889d69f86f83ea2892dadc24e499a31312f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo, [ticket:2271] --- diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index 61fe1b7bca..6b3df5201b 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -1383,7 +1383,7 @@ class Session(object): Writes out all pending object creations, deletions and modifications to the database as INSERTs, DELETEs, UPDATEs, etc. Operations are automatically ordered by the Session's unit of work dependency - solver.. + solver. Database operations will be issued in the current transactional context and do not affect the state of the transaction, unless an