From 69a8bb5e1f26b974ef6f57484eaeb73a9aa13245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Fri, 28 Jul 2017 22:29:45 +0200 Subject: [PATCH] Fixed a trailing white space in the docstring. --- sanic/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/exceptions.py b/sanic/exceptions.py index d23fcfee..0edb0562 100644 --- a/sanic/exceptions.py +++ b/sanic/exceptions.py @@ -211,7 +211,7 @@ class Unauthorized(SanicException): :param message: Message describing the exception. :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::