]> 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)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2026 19:56:29 +0000 (21:56 +0200)
doc/build/core/defaults.rst

index e4e5fb78b9d6b549dd1e17488d2814a64ac7e1b5..f1e9aa71449a48f252cdad6ad1d90f1f782c512c 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