Stop a docstring generating a warning

Valid reST, slightly less valid Python.
This commit is contained in:
Daniele Varrazzo 2017-02-07 11:36:37 +00:00
parent 28c489f17e
commit 7210287e76

View File

@ -1163,7 +1163,7 @@ def _paginate(seq, page_size):
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
mappings) found in *argslist*.