]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Apr 2021 03:09:13 +0000 (23:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Apr 2021 03:09:13 +0000 (23:09 -0400)
Change-Id: I66e914680989ac86d836b3b1f87bbcbeda87a265

doc/build/changelog/unreleased_14/6337.rst

index 292850f428c70dd8f14a0e6c532f70552790a01b..c85e3b035237ef56e528aa334cc1e7f9a13c3fab 100644 (file)
@@ -2,7 +2,7 @@
     :tags: bug, engine, regression
     :tickets: 6337
 
-    Fixed critical regression caused by the change in :ticket`5497` where the
+    Fixed critical regression caused by the change in :ticket:`5497` where the
     connection pool "init" phase no longer occurred within mutexed isolation,
     allowing other threads to proceed with the dialect uninitialized, which
     could then impact the compilation of SQL statements.