Skip to content

Commit

Permalink
Fix simple typo: expection -> exception
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 authored and hemberger committed Aug 25, 2019
1 parent 21c2849 commit 3731739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def open_legacy_httpbin(browser, httpbin):
try:
response = browser.open(httpbin + "/legacy")
if response.status_code == 404:
# The line above may or may not have raised the expection
# The line above may or may not have raised the exception
# depending on raise_on_404. Raise it unconditionally now.
raise mechanicalsoup.LinkNotFoundError()
except mechanicalsoup.LinkNotFoundError:
Expand Down

0 comments on commit 3731739

Please sign in to comment.