From 4097b4f2a0700041d33d66c874fa527c8b52e077 Mon Sep 17 00:00:00 2001 From: Jann Kleen Date: Mon, 19 Aug 2019 16:08:31 +0200 Subject: [PATCH] Fix typo 'againts' --- doc/src/extras.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/extras.rst b/doc/src/extras.rst index 35ede7b2..bc47b304 100644 --- a/doc/src/extras.rst +++ b/doc/src/extras.rst @@ -1018,7 +1018,7 @@ Fast execution helpers The current implementation of `~cursor.executemany()` is (using an extremely charitable understatement) not particularly performing. These functions can -be used to speed up the repeated execution of a statement againts a set of +be used to speed up the repeated execution of a statement against a set of parameters. By reducing the number of server roundtrips the performance can be `orders of magnitude better`__ than using `!executemany()`.