Skip to content

Commit

Permalink
Merge pull request #170 from inglesp/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
stevepiercy authored Jan 13, 2017
2 parents ef9fd1e + d0a0ff0 commit 3a47668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webtest/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ def do_request(self, req, status=None, expect_errors=None):
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
Expand Down

0 comments on commit 3a47668

Please sign in to comment.