From: Yutian Li Date: Wed, 8 Sep 2021 19:16:22 +0000 (-0400) Subject: Fix typo (#6994) X-Git-Tag: rel_1_4_24~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dbcb792eb60d4e084f0d1252882a0cbad4bc673;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo (#6994) --- 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::