From 6dbcb792eb60d4e084f0d1252882a0cbad4bc673 Mon Sep 17 00:00:00 2001 From: Yutian Li Date: Wed, 8 Sep 2021 15:16:22 -0400 Subject: [PATCH] Fix typo (#6994) --- lib/sqlalchemy/dialects/postgresql/psycopg2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg2.py b/lib/sqlalchemy/dialects/postgresql/psycopg2.py index e28c01f113..cce4ae19fd 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:: -- 2.47.2