summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/result.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-10-07 13:06:09 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-10-08 20:42:50 +0300
commite47063bfe0de1318c12a4f9ef67b9538cad34489 (patch)
tree898a00af2714e1e52b8decb69b1776ad95030def /lib/sqlalchemy/engine/result.py
parent80861dffa9f2a2564dd5e854d97006d9fff48a18 (diff)
downloadsqlalchemy-e47063bfe0de1318c12a4f9ef67b9538cad34489.tar.gz
Spelling fixes
Diffstat (limited to 'lib/sqlalchemy/engine/result.py')
-rw-r--r--lib/sqlalchemy/engine/result.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/engine/result.py b/lib/sqlalchemy/engine/result.py
index 8e5d79968..4b2c04755 100644
--- a/lib/sqlalchemy/engine/result.py
+++ b/lib/sqlalchemy/engine/result.py
@@ -837,7 +837,7 @@ class ResultProxy(object):
In the case of a result that is the product of
:ref:`connectionless execution <dbengine_implicit>`,
- the underyling :class:`.Connection` object is also closed, which
+ the underlying :class:`.Connection` object is also closed, which
:term:`releases` DBAPI connection resources.
After this method is called, it is no longer valid to call upon
@@ -1134,7 +1134,7 @@ class ResultProxy(object):
discarded.
Calls to :meth:`.ResultProxy.fetchmany` after all rows have been
- exhuasted will return
+ exhausted will return
an empty list. After the :meth:`.ResultProxy.close` method is
called, the method will raise :class:`.ResourceClosedError`.