[Python-modules-commits] [python-social-auth] 282/322: Fix typos in docs (thanks to vsobolmaven)

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:20 UTC 2016


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

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

commit f88b9c5493fe6356f44b1bb89a6697e21f9b1d85
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Mon Apr 27 11:34:46 2015 -0300

    Fix typos in docs (thanks to vsobolmaven)
---
 docs/index.rst   | 2 +-
 docs/intro.rst   | 2 +-
 docs/storage.rst | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index 2829f7b..1f91df1 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -9,7 +9,7 @@ The initial codebase is derived from django-social-auth_ with the idea of
 generalizing the process to suite the different frameworks around, providing
 the needed tools to bring support to new frameworks.
 
-django-social-auth_ itself was a product of modified code from from
+django-social-auth_ itself was a product of modified code from
 django-twitter-oauth_ and django-openid-auth_ projects.
 
 
diff --git a/docs/intro.rst b/docs/intro.rst
index b835961..b138974 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -93,7 +93,7 @@ or extend current one):
 User data
 *********
 
-Basic user data population, to allows custom fields values from providers
+Basic user data population, to allow custom fields values from providers
 response.
 
 
diff --git a/docs/storage.rst b/docs/storage.rst
index 80e177d..e12e13b 100644
--- a/docs/storage.rst
+++ b/docs/storage.rst
@@ -158,7 +158,7 @@ storage modules.
 When implementing this class it must inherits from BaseStorage_, add the needed
 models references and implement the needed method::
 
-    class StorageImlpementation(BaseStorage):
+    class StorageImplementation(BaseStorage):
         user = UserModel
         nonce = NonceModel
         association = AssociationModel

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