Merge branch 'master' into fix_windows_unittests

This commit is contained in:
Stephen Sadowski 2018-10-01 10:10:48 -05:00 committed by GitHub
commit 7a9e100b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ class Sanic:
return handler return handler
else: else:
raise ValueError( raise ValueError(
'Required parameter `request` missing' 'Required parameter `request` missing '
'in the {0}() route?'.format( 'in the {0}() route?'.format(
handler.__name__)) handler.__name__))