diff options
-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 |