]> 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:02 +0000 (09:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Sep 2011 13:51:02 +0000 (09:51 -0400)
lib/sqlalchemy/orm/session.py

index 61fe1b7bca714d46f2639dba2709b96686d7ee81..6b3df5201bd6df1a4ac2d0eb76d85cab557ac379 100644 (file)
@@ -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