]> 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:43 +0000 (10:23 -0400)
(cherry picked from commit 51870ddaef8abf61ee4c8d6337a72db5395a0a85)

lib/sqlalchemy/orm/session.py

index e285245656b2bc6d8375a605195c9705e1f957f5..32a0ba5eeb19807d32c70d1572bf745f454a131d 100644 (file)
@@ -1965,7 +1965,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.