]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
use "target tables" here
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Jul 2013 20:42:44 +0000 (16:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Jul 2013 20:42:44 +0000 (16:42 -0400)
doc/build/changelog/changelog_08.rst

index 972cf2ee732d5e9b4345b9a062ab959c6ba028f5..d6a0b696218d8e9ffd422122be393b9caab2fd4a 100644 (file)
@@ -18,7 +18,7 @@
         :tags: feature, sql
 
         The :func:`.update`, :func:`.insert`, and :func:`.delete` constructs
-        will now interpret ORM entities as FROM clauses to be operated upon,
+        will now interpret ORM entities as target tables clauses to be operated upon,
         e.g.::
 
             from sqlalchemy import insert, update, delete