]> git.parisson.com Git - django-social-auth.git/commitdiff
Fix typo in configuration docs
authorTom Terrace <tterrace@gmail.com>
Sat, 30 Jun 2012 01:23:36 +0000 (22:23 -0300)
committerTom Terrace <tterrace@gmail.com>
Sat, 30 Jun 2012 01:23:36 +0000 (22:23 -0300)
"The function parameters will..." -> "The function parameters are..."

doc/configuration.rst

index a751aa218e365e6249979d8a5906fe8276f631be..cbee020d4b87cc1d8073e2b01c52749bec712d44 100644 (file)
@@ -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.