From: Stephen McDonald Date: Sat, 24 Dec 2011 20:51:33 +0000 (+1100) Subject: Fixed a docs typo. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d8b4cfd9796bd32f99f7942bc37315d6b6ddb161;p=django-social-auth.git Fixed a docs typo. --- diff --git a/README.rst b/README.rst index 9826c29..661ceed 100644 --- a/README.rst +++ b/README.rst @@ -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', diff --git a/doc/configuration.rst b/doc/configuration.rst index 5491453..0928c4b 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -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',