]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix changelog typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Mar 2026 14:38:02 +0000 (09:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Mar 2026 14:38:02 +0000 (09:38 -0500)
Change-Id: I08ffdc1eda8921745e0459ca375e154ac3cf8b9d

doc/build/changelog/unreleased_20/13144.rst

index 1514afc829ca73a6c5004c5f8d2a8f8f8ce337d7..89e97ce0294b04d1517e6a7e0e6bc0ebcb470d3b 100644 (file)
@@ -3,7 +3,7 @@
     :tickets: 13144
 
     Fixed a critical issue in :class:`.Engine` where connections created in
-    conjunction with the :meth:`.ConnectionEvents.do_connect` event listeners
+    conjunction with the :meth:`.DialectEvents.do_connect` event listeners
     would receive shared, mutable collections for the connection arguments,
     leading to a variety of potential issues including unlimited growth of the
     argument list as well as elements within the parameter dictionary being