From: Federico Caselli Date: Wed, 24 Nov 2021 14:11:04 +0000 (+0100) Subject: Improve ``ORMExecuteState`` documentation X-Git-Tag: rel_1_4_28~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c37ef701638e27863a7af768ba803314fd916587;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Improve ``ORMExecuteState`` documentation (cherry picked from commit 7c3d3670c68298e88d03bc8f02e01c6a3f7fe42f) --- diff --git a/doc/build/orm/session_api.rst b/doc/build/orm/session_api.rst index ada035e957..2a85c2c926 100644 --- a/doc/build/orm/session_api.rst +++ b/doc/build/orm/session_api.rst @@ -47,7 +47,6 @@ Session and sessionmaker() .. attribute:: execution_options The complete dictionary of current execution options. - This is a merge of the statement level options with the locally passed execution options.