fixed grammar mistake in duplicate
This commit is contained in:
parent
795709b9ac
commit
2808fac33f
@ -424,7 +424,7 @@ class AnkiConnect:
|
|||||||
if duplicateOrEmpty == 1:
|
if duplicateOrEmpty == 1:
|
||||||
raise Exception('cannot create note because it is empty')
|
raise Exception('cannot create note because it is empty')
|
||||||
elif duplicateOrEmpty == 2:
|
elif duplicateOrEmpty == 2:
|
||||||
raise Exception('cannot create note because it is a duplicte')
|
raise Exception('cannot create note because it is a duplicate')
|
||||||
elif duplicateOrEmpty == False:
|
elif duplicateOrEmpty == False:
|
||||||
return ankiNote
|
return ankiNote
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user