From 30a44a534067be422a22b7bac931c9eb974b7689 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 24 Nov 2021 19:47:57 -0500 Subject: [PATCH] fix execution options docs local to 1.4 the cherry-pick in c37ef701638e27863a7af768ba8 went in cleanly but failed to accommodate that the spacing here was still wrong in a different way. Change-Id: Ife87fb01aec3eae2ae9635e6951330279f29471b --- doc/build/orm/session_api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/build/orm/session_api.rst b/doc/build/orm/session_api.rst index 2a85c2c926..635223aa10 100644 --- a/doc/build/orm/session_api.rst +++ b/doc/build/orm/session_api.rst @@ -46,6 +46,7 @@ Session and sessionmaker() :attr:`_orm.ORMExecuteState.execution_options` .. 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. -- 2.47.3