]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix execution options docs local to 1.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Nov 2021 00:47:57 +0000 (19:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Nov 2021 00:47:57 +0000 (19:47 -0500)
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

index 2a85c2c926bdaea24babff7a3125fb6b6f43f06a..635223aa100cb10892648f9a2d4e08f6f19b440f 100644 (file)
@@ -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.