From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Fri, 3 Mar 2023 21:46:49 +0000 (+0100) Subject: Remove duplicate word in tutorial (#9420) X-Git-Tag: rel_2_0_5~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92159a1728b4dedd3d4c62bf8e3e0550626934be;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Remove duplicate word in tutorial (#9420) --- 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