From ff71283e535b078b294f05e056f01f354c08ccdb Mon Sep 17 00:00:00 2001 From: vytotas Date: Mon, 16 May 2016 13:02:30 +0200 Subject: [PATCH] Fix typo in config result.py docs --- lib/sqlalchemy/engine/result.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2