Skip to content

Commit

Permalink
More ReST fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Feb 9, 2012
1 parent 7fc59ba commit 8f36f38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -216,10 +216,10 @@ Configuration
'social_auth.context_processors.social_auth_by_type_backends',
)

* `social_auth_by_name_backends`:
Adds a `social_auth` dict where each key is a provider name and its value
* ``social_auth_by_name_backends``:
Adds a ``social_auth`` dict where each key is a provider name and its value
is a UserSocialAuth instance if user has associated an account with that
provider, otherwise `None`.
provider, otherwise ``None``.

* ``social_auth_backends``:
Adds a ``social_auth`` dict with keys are ``associated``, ``not_associated`` and
Expand Down
6 changes: 3 additions & 3 deletions doc/configuration.rst
Expand Up @@ -113,10 +113,10 @@ Configuration
'social_auth.context_processors.social_auth_by_type_backends',
)

* `social_auth_by_name_backends`:
Adds a `social_auth` dict where each key is a provider name and its value
* ``social_auth_by_name_backends``:
Adds a ``social_auth`` dict where each key is a provider name and its value
is a UserSocialAuth instance if user has associated an account with that
provider, otherwise `None`.
provider, otherwise ``None``.

* ``social_auth_backends``:
Adds a ``social_auth`` dict with keys are ``associated``, ``not_associated`` and
Expand Down

0 comments on commit 8f36f38

Please sign in to comment.