]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix rst target for Insert
authorFederico Caselli <cfederico87@gmail.com>
Mon, 17 Mar 2025 20:33:31 +0000 (21:33 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 17 Mar 2025 20:34:45 +0000 (21:34 +0100)
Change-Id: Iee0b8e90223722c40b25c309c47fd6175680ca0e
(cherry picked from commit 6047ccd72b7ec6e3730845985ec46fa3a7dce07d)

doc/build/changelog/unreleased_20/12363.rst

index e04e51fe0dea54125a9f9e2640820f9cf3a84ab0..35aa9dbdf0dcfa02110bd0fb1dd21f1a22bdd358 100644 (file)
@@ -3,7 +3,7 @@
     :tickets: 12363
 
     Fixed issue in :class:`.CTE` constructs involving multiple DDL
-    :class:`.Insert` statements with multiple VALUES parameter sets where the
+    :class:`_sql.Insert` statements with multiple VALUES parameter sets where the
     bound parameter names generated for these parameter sets would conflict,
     generating a compile time error.