[Python-modules-commits] [python-social-auth] 02/71: Tuple in pipeline's documentation should be ended with coma

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:20 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 51fc4b7a43846420a7aac68837ae3019de767ca4
Author: Jerzy Spendel <jspendel at gmail.com>
Date:   Tue Aug 18 15:15:12 2015 +0200

    Tuple in pipeline's documentation should be ended with coma
---
 docs/pipeline.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/pipeline.rst b/docs/pipeline.rst
index 64e65fb..3606ae5 100644
--- a/docs/pipeline.rst
+++ b/docs/pipeline.rst
@@ -71,7 +71,7 @@ The default pipeline is composed by::
         'social.pipeline.social_auth.load_extra_data',
 
         # Update the user record with any changed info from the auth service.
-        'social.pipeline.user.user_details'
+        'social.pipeline.user.user_details',
     )
 
 

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