Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
parametrized => parameterized
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
  • Loading branch information
Erlend Egeberg Aasland and Fidget-Spinner authored Apr 5, 2021
commit f19c5316d3577e5d4632a19ebfc0b88844188ba9
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ Cursor Objects

.. method:: executemany(sql, seq_of_parameters)

Executes a :ref:`parametrized <sqlite3-placeholders>` SQL command
Executes a :ref:`parameterized <sqlite3-placeholders>` SQL command
against all parameter sequences or mappings found in the sequence
*seq_of_parameters*. The :mod:`sqlite3` module also allows using an
:term:`iterator` yielding parameters instead of a sequence.
Comment thread
erlend-aasland marked this conversation as resolved.
Expand Down