[Python-modules-commits] [python-social-auth] 33/61: formatting cleanups

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:04 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 73924842e2844771340207a886795e24ee6d4619
Author: Chris Curvey <chris at chriscurvey.com>
Date:   Fri Jul 31 12:51:43 2015 -0400

    formatting cleanups
---
 docs/developer_intro.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/developer_intro.rst b/docs/developer_intro.rst
index dff27c8..2e40cc7 100644
--- a/docs/developer_intro.rst
+++ b/docs/developer_intro.rst
@@ -66,9 +66,7 @@ The design contract for each function in the pipeline is:
 1) The pipeline starts with a four-item dictionary (the accumulative dictionary) which is updated with the results of each function in the pipeline. The initial four values are:
         'strategy' : contains a strategy object
         'backend' : contains the backend being used during this pipeline run
-        'request' : contains a dictionary of the request keys.  Note to Django
-            users -- this is not an HttpRequest object, it is actually
-            the results of request.REQUEST.
+        'request' : contains a dictionary of the request keys.  Note to Django users -- this is not an HttpRequest object, it is actually the results of request.REQUEST.
         'details' : which is an empty dict.
 
 2) If the function returns a dictionary or something False-ish, add the contents of the dictionary to an accumulative dictionary (called "out" in run_pipeline), and call the next step in the pipeline with the accumulative dictionary.

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