From 441d25c575de363c990855a800d091f91c33a1e3 Mon Sep 17 00:00:00 2001 From: Tom Terrace Date: Fri, 29 Jun 2012 22:23:36 -0300 Subject: [PATCH] Fix typo in configuration docs "The function parameters will..." -> "The function parameters are..." --- doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index a751aa2..cbee020 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -255,7 +255,7 @@ Configuration SOCIAL_AUTH_PROCESS_EXCEPTIONS = 'social_auth.utils.log_exceptions_to_messages' - The function parameters will ``request`` holding the current request object, + The function parameters are ``request`` holding the current request object, ``backend`` with the current backend and ``err`` which is the exception instance. -- 2.39.5