[Python-modules-commits] [python-social-auth] 06/61: Fixed typo
    Wolfgang Borgert 
    debacle at moszumanska.debian.org
       
    Sat Dec 24 15:14:01 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.13
in repository python-social-auth.
commit c49a79153759831482a9b7ba18dc4444098d7333
Author: bluszcz <bluszcz at bluszcz.net>
Date:   Mon Jul 13 02:11:55 2015 +0200
    Fixed typo
---
 social/backends/meetup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/social/backends/meetup.py b/social/backends/meetup.py
index b2e8d46..570dc0e 100644
--- a/social/backends/meetup.py
+++ b/social/backends/meetup.py
@@ -1,11 +1,10 @@
 """
 Meetup OAuth2 backend, docs at:
-    http://psa.matiasaguirre.net/docs/backends/soundcloud.html
+    http://psa.matiasaguirre.net/docs/backends/meetup.html
 """
 from social.p3 import urlencode
 from social.backends.oauth import BaseOAuth2
 
-
 class MeetupOAuth2(BaseOAuth2):
     """Meetup OAuth2 authentication backend"""
     name = 'meetup'
-- 
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