]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo, [ticket:2271]
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Sep 2011 13:51:18 +0000 (09:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Sep 2011 13:51:18 +0000 (09:51 -0400)
lib/sqlalchemy/orm/session.py

index 1cdf1d7eb0141171ec9b500f801f1ecc29b27e4f..01404b8ea5592fe13ef8ccf244cef68167760fd7 100644 (file)
@@ -1511,7 +1511,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