]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docs: fix incorrect execution context class reference (#13254)
authorLéo Gallot <contact@leogallot.com>
Wed, 29 Apr 2026 19:56:29 +0000 (21:56 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 29 Apr 2026 19:57:08 +0000 (21:57 +0200)
(cherry picked from commit 65192be2a46964e6934f54aab4a05218f9c4c871)

doc/build/core/defaults.rst

index 586f0531438dc87cb5c65b376807de4f4a8136fc..e2b619e23df5b2504b73e40a5847c1bf2fc771a5 100644 (file)
@@ -164,7 +164,7 @@ is also called once for each set of parameters.
 
 When the function is invoked, the special method
 :meth:`.DefaultExecutionContext.get_current_parameters` is available from
-the context object (an subclass of :class:`.DefaultExecutionContext`).  This
+the context object (a subclass of :class:`.ExecutionContext`).  This
 method returns a dictionary of column-key to values that represents the
 full set of values for the INSERT or UPDATE statement.   In the case of a
 multi-valued INSERT construct, the subset of parameters that corresponds to