From: Kai Date: Mon, 4 Dec 2023 18:23:43 +0000 (+0100) Subject: Spelling dml.rst (#10730) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f43b428d2baf6f6fc01c8e3028743cd96c05986e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Spelling dml.rst (#10730) Really a very minor spelling correction. --- diff --git a/doc/build/orm/queryguide/dml.rst b/doc/build/orm/queryguide/dml.rst index 67614ac92c..ec09c61dfd 100644 --- a/doc/build/orm/queryguide/dml.rst +++ b/doc/build/orm/queryguide/dml.rst @@ -1005,7 +1005,7 @@ Important Notes and Caveats for ORM-Enabled Update and Delete ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The ORM-enabled UPDATE and DELETE features bypass ORM :term:`unit-of-work` -automation in favor being able to emit a single UPDATE or DELETE statement +automation in favor of being able to emit a single UPDATE or DELETE statement that matches multiple rows at once without complexity. * The operations do not offer in-Python cascading of relationships - it is