]> git.parisson.com Git - django-social-auth.git/commitdiff
Fixed a docs typo.
authorStephen McDonald <steve@jupo.org>
Sat, 24 Dec 2011 20:51:33 +0000 (07:51 +1100)
committerStephen McDonald <steve@jupo.org>
Sat, 24 Dec 2011 20:51:33 +0000 (07:51 +1100)
README.rst
doc/configuration.rst

index 9826c2995b4165dbe18fc2dba3d63a88dc20e39c..661ceeda90ba8ef818ee0cae165b793069eb741d 100644 (file)
@@ -102,7 +102,7 @@ Configuration
         'social_auth'
     )
 
-- Add desired authentication backends to AUTHENTICATION_BACKENDS_ setting::
+- Add desired authentication backends to Django's AUTHENTICATION_BACKENDS_ setting::
 
     AUTHENTICATION_BACKENDS = (
         'social_auth.backends.twitter.TwitterBackend',
index 5491453a0b8c2ed7c019c7f7395515b198bbf3b3..0928c4b92e09ad30e56398d85237d802897a5d4c 100644 (file)
@@ -8,7 +8,7 @@ Configuration
         'social_auth'
     )
 
-- Add desired authentication backends to Djangp's AUTHENTICATION_BACKENDS_ setting::
+- Add desired authentication backends to Django's AUTHENTICATION_BACKENDS_ setting::
 
     AUTHENTICATION_BACKENDS = (
         'social_auth.backends.twitter.TwitterBackend',