]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Remove duplicate word in tutorial (#9420)
authorViicos <65306057+Viicos@users.noreply.github.com>
Fri, 3 Mar 2023 21:46:49 +0000 (22:46 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2023 21:46:49 +0000 (22:46 +0100)
doc/build/tutorial/dbapi_transactions.rst

index 2ea735b519cd95039ef099eca25e695569b78e60..aecc3e6bae7f937e117d6a3f7503a8109911ed5f 100644 (file)
@@ -355,7 +355,7 @@ Sending Multiple Parameters
 
 In the example at :ref:`tutorial_committing_data`, we executed an INSERT
 statement where it appeared that we were able to INSERT multiple rows into the
-database at once.  For statements :term:`DML` statements such as "INSERT",
+database at once.  For :term:`DML` statements such as "INSERT",
 "UPDATE" and "DELETE", we can send **multiple parameter sets** to the
 :meth:`_engine.Connection.execute` method by passing a list of dictionaries
 instead of a single dictionary, which indicates that the single SQL statement