]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo that impeded correct rendering of subsequent sourcecode block (#13450)
authorLele Gaifax <lele@metapensiero.it>
Wed, 22 Jul 2026 21:25:34 +0000 (23:25 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 21:25:34 +0000 (23:25 +0200)
doc/build/changelog/migration_21.rst

index 7b37de2916033c9a41702ae36445a8506b417154..e3357b595ca60a8458d8d45af5e4710857e58817 100644 (file)
@@ -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