From: Léo Gallot Date: Wed, 29 Apr 2026 19:56:29 +0000 (+0200) Subject: docs: fix incorrect execution context class reference (#13254) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e9352815c93b936f3424a01fdd4d955516d2c5c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git docs: fix incorrect execution context class reference (#13254) (cherry picked from commit 65192be2a46964e6934f54aab4a05218f9c4c871) --- diff --git a/doc/build/core/defaults.rst b/doc/build/core/defaults.rst index 586f053143..e2b619e23d 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