]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Spelling dml.rst (#10730)
authorKai <kboenke@users.noreply.github.com>
Mon, 4 Dec 2023 18:23:43 +0000 (19:23 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 18:23:43 +0000 (19:23 +0100)
Really a very minor spelling correction.

doc/build/orm/queryguide/dml.rst

index 67614ac92c5071492a968ad7c674ab0d554d44fa..ec09c61dfd31aea43655a435fa516838ff64a2f0 100644 (file)
@@ -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