This commit is contained in:
advaithm 2021-04-14 14:18:18 +05:30
parent 85bcc58951
commit 8e9a09a8ff
No known key found for this signature in database
GPG Key ID: E557E45E6DAFFC0C
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ def select_language(options, show_only_country_codes=True):
selected_language = options[options.index(selected_language)]
return selected_language
else:
print("Invalid Langue please select a valid option.")
print("Invalid Language please select a valid option.")
raise RequirementError("Selecting languages require a least one language to be given as an option.")