This commit is contained in:
James Michael DuPont 2017-01-19 04:04:16 -05:00 committed by GitHub
parent 1ad7b95437
commit ba60659894

View File

@ -232,7 +232,7 @@ class Sanic:
e, format_exc()))
else:
response = HTTPResponse(
"An error occured while handling an error")
"An error occurred while handling an error")
response_callback(response)