]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Remove redundant 1.x reference (#9115)
authorSam Bull <aa6bs0@sambull.org>
Wed, 18 Jan 2023 19:33:05 +0000 (19:33 +0000)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 19:33:05 +0000 (20:33 +0100)
lib/sqlalchemy/engine/base.py

index 35a7cc3339b312d78d9f218dfed8758f60703c3e..f6c637aa892714e1b4f5edbfb39a321fa3604142 100644 (file)
@@ -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.