mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-20 23:52:08 -04:00
Fix typo in config result.py docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user