diff options
| author | Peter Inglesby <peter.inglesby@gmail.com> | 2017-01-12 23:38:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-12 23:38:47 +0000 |
| commit | d0a0ff01f56912fc3533fdec557531d2122a4f61 (patch) | |
| tree | ead93c542eeb7860207a6011b3498feca9d43093 /webtest | |
| parent | ef9fd1ec3a0eb8093101ef2fb2e64515e30fcfaf (diff) | |
| download | webtest-d0a0ff01f56912fc3533fdec557531d2122a4f61.tar.gz | |
Fix typo in comment
Diffstat (limited to 'webtest')
| -rw-r--r-- | webtest/app.py | 2 |
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 |
