Skip to content

Commit

Permalink
Merge pull request #6 from ulgens/patch-1
Browse files Browse the repository at this point in the history
Fix typo on docstring
  • Loading branch information
PedroBern committed Feb 23, 2020
2 parents 8a00efd + 8d2e544 commit da09bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql_auth/shortcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_user_by_email(email):
def get_user_to_login(**kwargs):
"""
get user by kwargs or secondary email
to perfrom login
to perform login
raise ObjectDoesNotExist
"""
try:
Expand Down

0 comments on commit da09bf9

Please sign in to comment.