summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
diff options
context:
space:
mode:
authorYutian Li <hotpxless@gmail.com>2021-09-08 15:16:22 -0400
committerGitHub <noreply@github.com>2021-09-08 21:16:22 +0200
commit6dbcb792eb60d4e084f0d1252882a0cbad4bc673 (patch)
tree686e09572841347cd26f8c0ac4660eff3a357595 /lib/sqlalchemy/dialects/postgresql
parenta4abb4e396e3d3463629edca360b815c6d0428f7 (diff)
downloadsqlalchemy-6dbcb792eb60d4e084f0d1252882a0cbad4bc673.tar.gz
Fix typo (#6994)
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/psycopg2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg2.py b/lib/sqlalchemy/dialects/postgresql/psycopg2.py
index e28c01f11..cce4ae19f 100644
--- a/lib/sqlalchemy/dialects/postgresql/psycopg2.py
+++ b/lib/sqlalchemy/dialects/postgresql/psycopg2.py
@@ -50,7 +50,7 @@ may be passed to :func:`_sa.create_engine()`, and include the following:
* ``executemany_mode``, ``executemany_batch_page_size``,
``executemany_values_page_size``: Allows use of psycopg2
- extensions for optimizing "executemany"-stye queries. See the referenced
+ extensions for optimizing "executemany"-style queries. See the referenced
section below for details.
.. seealso::