From: Lele Gaifax Date: Wed, 22 Jul 2026 21:25:34 +0000 (+0200) Subject: Fix typo that impeded correct rendering of subsequent sourcecode block (#13450) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68db01e237d838be20e532ab43b04ea7b5af4947;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo that impeded correct rendering of subsequent sourcecode block (#13450) --- diff --git a/doc/build/changelog/migration_21.rst b/doc/build/changelog/migration_21.rst index 7b37de2916..e3357b595c 100644 --- a/doc/build/changelog/migration_21.rst +++ b/doc/build/changelog/migration_21.rst @@ -1612,7 +1612,7 @@ Examples to summarize the change are as follows:: engine = create_engine("postgresql+psycopg2://user:pass@host/dbname") The ``psycopg`` DBAPI driver itself can be installed either directly -or via the ``sqlalchemy[postgresql]`` extra:: +or via the ``sqlalchemy[postgresql]`` extra: .. sourcecode:: txt