Skip to content

Commit 20b554b

Browse files
committed
addressing @charles-cowart comment
1 parent fce4f53 commit 20b554b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def verify_code(cls, email, code, code_type):
333333
@classmethod
334334
def delete(cls, email, force=False):
335335
if not cls.exists(email):
336-
raise IncorrectEmailError(f'This email does not exists: {email}')
336+
raise IncorrectEmailError(f'This email does not exist: {email}')
337337

338338
tables = ['qiita.study_users', 'qiita.study_tags',
339339
'qiita.processing_job_workflow', 'qiita.processing_job',

0 commit comments

Comments
 (0)