summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Caselli <CaselIT@users.noreply.github.com>2021-11-24 15:11:04 +0100
committerGitHub <noreply@github.com>2021-11-24 15:11:04 +0100
commit7c3d3670c68298e88d03bc8f02e01c6a3f7fe42f (patch)
tree8353d7860af721bcabe976443041d3711a3eeccd
parentd3a4e96196cd47858de072ae589c6554088edc24 (diff)
downloadsqlalchemy-7c3d3670c68298e88d03bc8f02e01c6a3f7fe42f.tar.gz
Improve ``ORMExecuteState`` documentation
-rw-r--r--doc/build/orm/session_api.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/build/orm/session_api.rst b/doc/build/orm/session_api.rst
index 93f9541f7..333abcaff 100644
--- a/doc/build/orm/session_api.rst
+++ b/doc/build/orm/session_api.rst
@@ -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.