]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in config result.py docs
authorvytotas <vytotas@yahoo.com>
Mon, 16 May 2016 11:02:30 +0000 (13:02 +0200)
committervytotas <vytotas@yahoo.com>
Mon, 16 May 2016 11:02:30 +0000 (13:02 +0200)
lib/sqlalchemy/engine/result.py

index c9eb53eb1c3e1c8ef69e3dba69d910bdbe237827..7fe09b2c7b495915299bf6adcb9f16fcf190271c 100644 (file)
@@ -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