From: vytotas Date: Mon, 16 May 2016 11:02:30 +0000 (+0200) Subject: Fix typo in config result.py docs X-Git-Tag: rel_1_1_0b1~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff71283e535b078b294f05e056f01f354c08ccdb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in config result.py docs --- diff --git a/lib/sqlalchemy/engine/result.py b/lib/sqlalchemy/engine/result.py index c9eb53eb1c..7fe09b2c7b 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