From efac23ed0f451490b32330d6425f9291af282eb8 Mon Sep 17 00:00:00 2001 From: Kai Date: Mon, 4 Dec 2023 19:23:43 +0100 Subject: [PATCH] Spelling dml.rst (#10730) Really a very minor spelling correction. (cherry picked from commit f43b428d2baf6f6fc01c8e3028743cd96c05986e) --- doc/build/orm/queryguide/dml.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2