mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Fixed argument name in executemany docs
This commit is contained in:
parent
b4b8b5f164
commit
21fbe2bd2a
|
@ -187,7 +187,7 @@ The ``cursor`` class
|
|||
.. method:: executemany(query, vars_list)
|
||||
|
||||
Execute a database operation (query or command) against all parameter
|
||||
tuples or mappings found in the sequence `seq_of_parameters`.
|
||||
tuples or mappings found in the sequence *vars_list*.
|
||||
|
||||
The function is mostly useful for commands that update the database:
|
||||
any result set returned by the query is discarded.
|
||||
|
|
Loading…
Reference in New Issue
Block a user