From 65192be2a46964e6934f54aab4a05218f9c4c871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gallot?= Date: Wed, 29 Apr 2026 21:56:29 +0200 Subject: [PATCH] docs: fix incorrect execution context class reference (#13254) --- doc/build/core/defaults.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/core/defaults.rst b/doc/build/core/defaults.rst index e4e5fb78b9..f1e9aa7144 100644 --- a/doc/build/core/defaults.rst +++ b/doc/build/core/defaults.rst @@ -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