]> 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)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 May 2016 20:28:30 +0000 (16:28 -0400)
(cherry picked from commit ff71283e535b078b294f05e056f01f354c08ccdb)

lib/sqlalchemy/engine/result.py

index 480501594845153dcc9b0cd4985fd8dd99c6a45e..3c77e7d126b84653d9db6988cb94cdb98e86e7c9 100644 (file)
@@ -673,7 +673,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