Fixed typos

This commit is contained in:
Andrew Murray
2016-10-16 12:28:24 +11:00
parent 475880765e
commit e3a6262012
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ class Handler:
def response(self, request, exception):
"""
Fetches and executes an exception handler and returns a reponse object
Fetches and executes an exception handler and returns a response object
:param request: Request
:param exception: Exception to handle
:return: Response object