From 10c8867225f1f92b5eb88839b0b394b5ce8c560a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 6 Jul 2013 16:42:44 -0400 Subject: [PATCH] use "target tables" here --- doc/build/changelog/changelog_08.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 972cf2ee73..d6a0b69621 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -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 -- 2.47.3