Merge pull request #192 from halfcrazy/patch-1

fix typo int->into
This commit is contained in:
mike bayer
2015-08-09 10:22:41 -04:00
+1 -1
View 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.