[Python-modules-commits] [python-social-auth] 47/71: fix a typing error in naver.rst

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.14
in repository python-social-auth.

commit 5a7d61c7099cd852fa33768fbbafba98c6ead25b
Author: SeokJun Hong <hong921122 at gmail.com>
Date:   Mon Nov 16 09:45:42 2015 -0500

    fix a typing error in naver.rst
---
 docs/backends/naver.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/backends/naver.rst b/docs/backends/naver.rst
index 18bd99c..3389f36 100644
--- a/docs/backends/naver.rst
+++ b/docs/backends/naver.rst
@@ -5,7 +5,7 @@ Naver uses OAuth v2 for Authentication.
 
 - Register a new application at the `Naver API`_, and
 
-- add naver oauth backend to your settings page:
+- add naver oauth backend to your settings page::
 
     SOCIAL_AUTH_AUTHENTICATION_BACKENDS = (
         ...
@@ -18,7 +18,7 @@ Naver uses OAuth v2 for Authentication.
 	SOCIAL_AUTH_NAVER_KEY = ''
 	SOCIAL_AUTH_NAVER_SECRET = ''
 
-- you can get EXTRA_DATA: 
+- you can get EXTRA_DATA:: 
 	
 	SOCIAL_AUTH_NAVER_EXTRA_DATA = ['nickname', 'gender', 'age', 'birthday', 'profile_image']
 

-- 
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