Adjust spelling

pull/79/head
Han 12 months ago committed by GitHub
parent 6da6a4f5b8
commit d48bb966d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ def ask_api(
return '[ERROR]: Both URL and PDF is empty. Provide atleast one.'
if url.strip() != '' and file != None:
return '[ERROR]: Both URL and PDF is provided. Please provide only one (eiter URL or PDF).'
return '[ERROR]: Both URL and PDF is provided. Please provide only one (either URL or PDF).'
if question.strip() == '':
return '[ERROR]: Question field is empty'

Loading…
Cancel
Save