summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/result.py
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2020-04-14 17:04:26 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2020-04-14 17:04:26 +0000
commita898ade3bc36ca27cf9475d1348249646eb40e95 (patch)
tree0584a61e8c771c06780301c475d81fe80d88cf19 /lib/sqlalchemy/engine/result.py
parentb289fb032ead703eb131ad1b0d0e0dcba8617ca3 (diff)
parentb99012d143e0f61bada9c86f524c421fd41c20c2 (diff)
downloadsqlalchemy-a898ade3bc36ca27cf9475d1348249646eb40e95.tar.gz
Merge "Enable zzzeeksphinx module prefixes"
Diffstat (limited to 'lib/sqlalchemy/engine/result.py')
-rw-r--r--lib/sqlalchemy/engine/result.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/engine/result.py b/lib/sqlalchemy/engine/result.py
index ba998aff0..be44f67e7 100644
--- a/lib/sqlalchemy/engine/result.py
+++ b/lib/sqlalchemy/engine/result.py
@@ -1551,7 +1551,7 @@ class ResultProxy(BaseResult):
yield row
def close(self):
- """Close this ResultProxy.
+ """Close this :class:`.ResultProxy`.
This closes out the underlying DBAPI cursor corresponding
to the statement execution, if one is still present. Note that the
@@ -1567,7 +1567,7 @@ class ResultProxy(BaseResult):
.. deprecated:: 2.0 "connectionless" execution is deprecated and will
be removed in version 2.0. Version 2.0 will feature the
- :class:`.Result` object that will no longer affect the status
+ :class:`.future.Result` object that will no longer affect the status
of the originating connection in any case.
After this method is called, it is no longer valid to call upon