]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Make flush logic slightly clearer in tutorial.
authorFeanil Patel <feanil@edx.org>
Sun, 23 Jul 2017 13:17:39 +0000 (09:17 -0400)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2017 13:17:39 +0000 (09:17 -0400)
Improve the wording of how sessions commit changes.

doc/build/orm/tutorial.rst

index 9569e4b1f9900b1684baa09f598f34671610a487..419e0f4101aca6065d77a823a8589c944cb8a0e1 100644 (file)
@@ -456,7 +456,7 @@ three new ``User`` objects we've added:
     ('fred', 'Fred Flinstone', 'blah')
     COMMIT
 
-:meth:`~.Session.commit` flushes whatever remaining changes remain to the
+:meth:`~.Session.commit` flushes the remaining changes to the
 database, and commits the transaction. The connection resources referenced by
 the session are now returned to the connection pool. Subsequent operations
 with this session will occur in a **new** transaction, which will again