diff options
| author | Viicos <65306057+Viicos@users.noreply.github.com> | 2023-03-03 22:46:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-03 22:46:49 +0100 |
| commit | 92159a1728b4dedd3d4c62bf8e3e0550626934be (patch) | |
| tree | e8b8cc6e271ef026449dadc00dd02472b7f225f7 /doc/build/tutorial | |
| parent | 7099dd20e90307237240f30d5db0816a08356a5b (diff) | |
| download | sqlalchemy-92159a1728b4dedd3d4c62bf8e3e0550626934be.tar.gz | |
Remove duplicate word in tutorial (#9420)
Diffstat (limited to 'doc/build/tutorial')
| -rw-r--r-- | doc/build/tutorial/dbapi_transactions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/tutorial/dbapi_transactions.rst b/doc/build/tutorial/dbapi_transactions.rst index 2ea735b51..aecc3e6ba 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 |
