diff --git a/math_quiz.py b/math_quiz.py index 9df3085..5379a38 100755 --- a/math_quiz.py +++ b/math_quiz.py @@ -28,7 +28,7 @@ def build_questions(): epilog = ( "Examples:\n" "\n" - "python3 math_quiz.py \n" + "python3 math_quiz.py Add entire set of terms 1-10\n" "python3 math_quiz.py -r Randomize entire set of terms\n" "python3 math_quiz.py -as Add and Subtract entire set of terms\n" "python3 math_quiz.py -asr Add and Subtract randomized entire set of terms\n"