summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-12-27 14:40:08 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-12-27 14:42:58 +0100
commitbde9fc6dea578891c7bf2a6f5a7ecdc98978f642 (patch)
tree33bf1e1b35d5a0ee0018de6c7054c417b32f7b10 /doc
parent6fdac46137351d4e99fe2bebd43ab1b6135d160b (diff)
downloadpsycopg2-bde9fc6dea578891c7bf2a6f5a7ecdc98978f642.tar.gz
Docs wordsmith for execute_values() fetch param
Diffstat (limited to 'doc')
-rw-r--r--doc/src/extras.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/extras.rst b/doc/src/extras.rst
index 9d85265..d7600bb 100644
--- a/doc/src/extras.rst
+++ b/doc/src/extras.rst
@@ -1024,7 +1024,7 @@ parameters. By reducing the number of server roundtrips the performance can be
.. versionadded:: 2.7
.. versionchanged:: 2.8
- added the *fetch* parameter
+ added the *fetch* parameter.
.. index::