summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2022-01-07 16:42:18 +0000
committerGerrit Code Review <gerrit@ci3.zzzcomputing.com>2022-01-07 16:42:18 +0000
commit5681d4e4da8ee69d83e9c0103c171d413d4c183e (patch)
tree0fbd708622af483ba6c7b39dc387ee0ac6ded144 /lib/sqlalchemy/dialects/postgresql
parentad244b9b7577486bd4e22d74d64e35802af84977 (diff)
parent56256b6d132c0deae4368a7d0d04912df9a80fc0 (diff)
downloadsqlalchemy-5681d4e4da8ee69d83e9c0103c171d413d4c183e.tar.gz
Merge "Fix various source comment/doc typos" into main
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/psycopg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg.py b/lib/sqlalchemy/dialects/postgresql/psycopg.py
index 698f0824f..3ba535d6c 100644
--- a/lib/sqlalchemy/dialects/postgresql/psycopg.py
+++ b/lib/sqlalchemy/dialects/postgresql/psycopg.py
@@ -43,7 +43,7 @@ The asyncio version of the dialect may also be specified explicitly using the
asyncio_engine = create_async_engine("postgresql+psycopg_async://scott:tiger@localhost/test")
The ``psycopg`` dialect has the same API features as that of ``psycopg2``,
-with the exeption of the "fast executemany" helpers. The "fast executemany"
+with the exception of the "fast executemany" helpers. The "fast executemany"
helpers are expected to be generalized and ported to ``psycopg`` before the final
release of SQLAlchemy 2.0, however.