summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvytotas <vytotas@yahoo.com>2016-05-16 13:02:30 +0200
committervytotas <vytotas@yahoo.com>2016-05-16 13:02:30 +0200
commitff71283e535b078b294f05e056f01f354c08ccdb (patch)
treef041ec687f9eb6175444e7ba2248f3b5e72b99b8
parent8ecad78ba3473d97df8ed4f20f28ddf966ce0277 (diff)
downloadsqlalchemy-pr/274.tar.gz
Fix typo in config result.py docspr/274
-rw-r--r--lib/sqlalchemy/engine/result.py2
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