From 543cd69ca614b4f8e91922403112a21be67dcfb3 Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Sat, 14 Mar 2020 10:25:13 -0400 Subject: [PATCH] terminology --- uquiz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uquiz b/uquiz index a047b62..a978840 100755 --- a/uquiz +++ b/uquiz @@ -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 = []