]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo int->into
authorhalfcrazy <hackzhuyan@gmail.com>
Sun, 9 Aug 2015 04:00:17 +0000 (12:00 +0800)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Aug 2015 14:23:50 +0000 (10:23 -0400)
(cherry picked from commit 51870ddaef8abf61ee4c8d6337a72db5395a0a85)

lib/sqlalchemy/orm/session.py

index 9b2f7ebfbf0dbe1d1a4e8bfb9488450d1b4f76e1..5840edbf794da68a606438b358d6dfd8f2d1535b 100644 (file)
@@ -1807,7 +1807,7 @@ class Session(_SessionClassMethods):
 
         For ``autocommit`` Sessions with no active manual transaction, flush()
         will create a transaction on the fly that surrounds the entire set of
-        operations int the flush.
+        operations into the flush.
 
         :param objects: Optional; restricts the flush operation to operate
           only on elements that are in the given collection.