From 333b4edb09a91e92760958636e0afade5c3369b2 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 aa316d2e..a44737ee 100644 --- a/doc/src/extras.rst +++ b/doc/src/extras.rst @@ -1011,7 +1011,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()`.