From d8b4cfd9796bd32f99f7942bc37315d6b6ddb161 Mon Sep 17 00:00:00 2001 From: Stephen McDonald Date: Sun, 25 Dec 2011 07:51:33 +1100 Subject: [PATCH] Fixed a docs typo. --- README.rst | 2 +- doc/configuration.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', -- 2.39.5