Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 24, 2020
1 parent 9cbb88c commit 2efd5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/validators.py
Expand Up @@ -870,7 +870,7 @@ def email_is_unique(key, data, errors, context):
if not users:
return
else:
# allow user to update his own email
# allow users to update their own email
for user in users:
if user.id == data[("id",)]:
return
Expand Down

0 comments on commit 2efd5e8

Please sign in to comment.