Skip to content

Commit

Permalink
Fix minor formatting bug in signals doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeburden authored and pennersr committed Jul 18, 2017
1 parent cb4e47d commit 51939dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/signals.rst
Expand Up @@ -72,7 +72,7 @@ allauth.socialaccount

Sent after a user connects a social account to a their local account.

- `allauth.socialaccount.signals.social_account_updated(request, sociallogin)`
- ``allauth.socialaccount.signals.social_account_updated(request, sociallogin)``

Sent after a social account has been updated. This happens when a user
logs in using an already connected social account, or completes a `connect`
Expand Down

0 comments on commit 51939dd

Please sign in to comment.