mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Stop a docstring generating a warning
Valid reST, slightly less valid Python.
This commit is contained in:
parent
28c489f17e
commit
7210287e76
|
@ -1163,7 +1163,7 @@ def _paginate(seq, page_size):
|
||||||
|
|
||||||
|
|
||||||
def execute_batch(cur, sql, argslist, page_size=100):
|
def execute_batch(cur, sql, argslist, page_size=100):
|
||||||
"""Execute groups of statements in fewer server roundtrips.
|
r"""Execute groups of statements in fewer server roundtrips.
|
||||||
|
|
||||||
Execute *sql* several times, against all parameters set (sequences or
|
Execute *sql* several times, against all parameters set (sequences or
|
||||||
mappings) found in *argslist*.
|
mappings) found in *argslist*.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user