]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Improve ``ORMExecuteState`` documentation 7363/head
authorFederico Caselli <CaselIT@users.noreply.github.com>
Wed, 24 Nov 2021 14:11:04 +0000 (15:11 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Nov 2021 14:11:04 +0000 (15:11 +0100)
doc/build/orm/session_api.rst

index 93f9541f7ad75f2482b5af81a5c4e037147249f6..333abcaffdb50117e94960e092a48a135ecd1d69 100644 (file)
@@ -48,7 +48,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.