terminology

This commit is contained in:
lickthecheese 2020-03-14 10:25:13 -04:00
parent b1c65b7d86
commit 543cd69ca6
1 changed files with 1 additions and 1 deletions

2
uquiz
View File

@ -36,7 +36,7 @@ if not filename:
print('Whoops! I cant find that quiz, try specifying the absolute path.')
sys.exit()
print('Using "{}"! wrong quiz file? specify a complete path (make sure your quiz file is in a .uquiz/ in a homedir)\n'.format(filename))
print('Using "{}"! wrong quiz file? specify an absolute path (make sure your quiz file is in a .uquiz/ in a homedir)\n'.format(filename))
answers = []