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_0_14~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35dd1d8384225735aa57b020b739d0d0ed88a1c8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in config result.py docs (cherry picked from commit ff71283e535b078b294f05e056f01f354c08ccdb) --- diff --git a/lib/sqlalchemy/engine/result.py b/lib/sqlalchemy/engine/result.py index 4805015948..3c77e7d126 100644 --- a/lib/sqlalchemy/engine/result.py +++ b/lib/sqlalchemy/engine/result.py @@ -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