From: Tom Terrace Date: Sat, 30 Jun 2012 01:23:36 +0000 (-0300) Subject: Fix typo in configuration docs X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=441d25c575de363c990855a800d091f91c33a1e3;p=django-social-auth.git Fix typo in configuration docs "The function parameters will..." -> "The function parameters are..." --- 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.