Fixed a trailing white space in the docstring.

This commit is contained in:
François KUBLER 2017-07-28 22:29:45 +02:00
parent b65eb69d9f
commit 69a8bb5e1f

View File

@ -211,7 +211,7 @@ class Unauthorized(SanicException):
:param message: Message describing the exception. :param message: Message describing the exception.
:param scheme: Name of the authentication scheme to be used. :param scheme: Name of the authentication scheme to be used.
When present, kwargs is used to complete the WWW-Authentication header. When present, kwargs is used to complete the WWW-Authentication header.
Examples:: Examples::