[Python-modules-commits] [python-social-auth] 25/89: Fix misspelled backend name
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:15:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.15
in repository python-social-auth.
commit 7fa77755f824117fd9bebaadd779265399483c54
Author: Victor Marques <vgom at cin.ufpe.br>
Date: Tue Feb 16 01:21:20 2016 -0300
Fix misspelled backend name
---
docs/backends/instagram.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/backends/instagram.rst b/docs/backends/instagram.rst
index ccbcf1d..dbaf86e 100644
--- a/docs/backends/instagram.rst
+++ b/docs/backends/instagram.rst
@@ -9,7 +9,7 @@ Instagram uses OAuth v2 for Authentication.
AUTHENTICATION_SETTINGS = (
...
- 'social.backends.insagram.InstagramOAuth2',
+ 'social.backends.instagram.InstagramOAuth2',
...
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list