]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Improve ``ORMExecuteState`` documentation
authorFederico Caselli <CaselIT@users.noreply.github.com>
Wed, 24 Nov 2021 14:11:04 +0000 (15:11 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Nov 2021 15:11:45 +0000 (10:11 -0500)
(cherry picked from commit 7c3d3670c68298e88d03bc8f02e01c6a3f7fe42f)

doc/build/orm/session_api.rst

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