diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-05-24 16:28:13 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-05-24 16:28:13 -0400 |
commit | c1896741d4cfb92f4b4a21de3b8b69a11cf3db03 (patch) | |
tree | 8962f563352455f7413782fc4e77850739e57b22 | |
parent | 4cec791774b859a4800ed6e607bfa6838b1ab6af (diff) | |
parent | ff71283e535b078b294f05e056f01f354c08ccdb (diff) | |
download | sqlalchemy-c1896741d4cfb92f4b4a21de3b8b69a11cf3db03.tar.gz |
Merge remote-tracking branch 'origin/pr/274'
-rw-r--r-- | lib/sqlalchemy/engine/result.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/engine/result.py b/lib/sqlalchemy/engine/result.py index c9eb53eb1..7fe09b2c7 100644 --- a/lib/sqlalchemy/engine/result.py +++ b/lib/sqlalchemy/engine/result.py @@ -829,7 +829,7 @@ class ResultProxy(object): """Close this ResultProxy. This closes out the underlying DBAPI cursor corresonding - to the statement execution, if one is stil present. Note that the + to the statement execution, if one is still present. Note that the DBAPI cursor is automatically released when the :class:`.ResultProxy` exhausts all available rows. :meth:`.ResultProxy.close` is generally an optional method except in the case when discarding a |