Fix typo 'againts'

This commit is contained in:
Jann Kleen 2019-08-19 16:08:31 +02:00 committed by Daniele Varrazzo
parent 8a18ff7699
commit 4097b4f2a0

View File

@ -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()`.