summaryrefslogtreecommitdiff
path: root/webtest
diff options
context:
space:
mode:
authorPeter Inglesby <peter.inglesby@gmail.com>2017-01-12 23:38:47 +0000
committerGitHub <noreply@github.com>2017-01-12 23:38:47 +0000
commitd0a0ff01f56912fc3533fdec557531d2122a4f61 (patch)
treeead93c542eeb7860207a6011b3498feca9d43093 /webtest
parentef9fd1ec3a0eb8093101ef2fb2e64515e30fcfaf (diff)
downloadwebtest-d0a0ff01f56912fc3533fdec557531d2122a4f61.tar.gz
Fix typo in comment
Diffstat (limited to 'webtest')
-rw-r--r--webtest/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webtest/app.py b/webtest/app.py
index b3012cd..7a20186 100644
--- a/webtest/app.py
+++ b/webtest/app.py
@@ -618,7 +618,7 @@ class TestApp(object):
res.app = app
res.test_app = self
- # We do this to make sure the app_iter is exausted:
+ # We do this to make sure the app_iter is exhausted:
try:
res.body
except TypeError: # pragma: no cover