From: Sam Bull Date: Wed, 18 Jan 2023 19:33:05 +0000 (+0000) Subject: Remove redundant 1.x reference (#9115) X-Git-Tag: rel_2_0_0rc3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e8ce8853789064e2522f89e14d9bcd1c961091;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Remove redundant 1.x reference (#9115) --- diff --git a/lib/sqlalchemy/engine/base.py b/lib/sqlalchemy/engine/base.py index 35a7cc3339..f6c637aa89 100644 --- a/lib/sqlalchemy/engine/base.py +++ b/lib/sqlalchemy/engine/base.py @@ -2885,10 +2885,6 @@ class Engine( :class:`~sqlalchemy.engine.interfaces.Dialect` together to provide a source of database connectivity and behavior. - This is the **SQLAlchemy 1.x version** of :class:`_engine.Engine`. For - the :term:`2.0 style` version, which includes some API differences, - see :class:`_engine.Engine`. - An :class:`_engine.Engine` object is instantiated publicly using the :func:`~sqlalchemy.create_engine` function.