From b909d768efbd2189990d5cecd85f68e48e2313e2 Mon Sep 17 00:00:00 2001 From: sophiasevim <57200457+sophiasevim@users.noreply.github.com> Date: Wed, 30 Oct 2019 20:11:47 -0400 Subject: [PATCH] add help example description --- math_quiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"