diff options
author | Vraj Mohan <r.vrajmohan@gmail.com> | 2013-11-15 11:11:13 -0500 |
---|---|---|
committer | Vraj Mohan <r.vrajmohan@gmail.com> | 2013-11-17 17:37:55 -0500 |
commit | 90d1f98f43fecd50ec215815e99f436748a92136 (patch) | |
tree | b7401e4e4416fc987c97cd58f9c244fe7ded6438 /lib/sqlalchemy/orm/session.py | |
parent | a62afc6229969e71c1c8f12f1e47299824eb3884 (diff) | |
download | sqlalchemy-90d1f98f43fecd50ec215815e99f436748a92136.tar.gz |
Generate API and resolve cross references
Diffstat (limited to 'lib/sqlalchemy/orm/session.py')
-rw-r--r-- | lib/sqlalchemy/orm/session.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index 217686268..6d4b23988 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -823,7 +823,7 @@ class Session(_SessionClassMethods): etc.) which will be used to locate a bind, if a bind cannot otherwise be identified. - :param close_with_result: Passed to :meth:`Engine.connect`, indicating + :param close_with_result: Passed to :meth:`.Engine.connect`, indicating the :class:`.Connection` should be considered "single use", automatically closing when the first result set is closed. This flag only has an effect if this :class:`.Session` is configured with |