From 92159a1728b4dedd3d4c62bf8e3e0550626934be Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Fri, 3 Mar 2023 22:46:49 +0100 Subject: [PATCH] Remove duplicate word in tutorial (#9420) --- doc/build/tutorial/dbapi_transactions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/tutorial/dbapi_transactions.rst b/doc/build/tutorial/dbapi_transactions.rst index 2ea735b519..aecc3e6bae 100644 --- a/doc/build/tutorial/dbapi_transactions.rst +++ b/doc/build/tutorial/dbapi_transactions.rst @@ -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 -- 2.47.3