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

lib/sqlalchemy/orm/session.py

index 4619027e5bc417a3b251de475caa02bb6f435dd9..b988a9230a9984a65cbb018f3161a598c1baab17 100644 (file)
@@ -1983,7 +1983,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.