summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-08-08 12:08:30 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2022-08-08 12:08:55 -0400
commitb7c7864490186d1bea31b08cc94d60ef1ce96b3c (patch)
treead42909455c1cb7772efb8aeeac8420aee34f044 /lib/sqlalchemy/dialects/postgresql/base.py
parent85fa363c846f4ed287565c43c32e2cca29470e25 (diff)
downloadsqlalchemy-b7c7864490186d1bea31b08cc94d60ef1ce96b3c.tar.gz
repair doc warnings
Change-Id: I446105028539a34da90d6b8ae4812965cc398ee5 (cherry picked from commit c539ee35229b03d61f2a10e9f5ab613201341e19)
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py
index ae2f12d3f..35a09cfa7 100644
--- a/lib/sqlalchemy/dialects/postgresql/base.py
+++ b/lib/sqlalchemy/dialects/postgresql/base.py
@@ -178,7 +178,7 @@ To set using per-connection execution options::
# ... work with transaction
There are also more options for isolation level configurations, such as
-"sub-engine" objects linked to a main :class:`.Engine` which each apply
+"sub-engine" objects linked to a main :class:`_engine.Engine` which each apply
different isolation level settings. See the discussion at
:ref:`dbapi_autocommit` for background.