From d4cd1e2dd228b04c568fc68ea00fd108321136ee Mon Sep 17 00:00:00 2001 From: surister Date: Thu, 9 Jan 2020 12:18:19 +0100 Subject: [PATCH] fix trailing space --- scripts/question_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/question_utils.py b/scripts/question_utils.py index 2fae00a..91fec90 100644 --- a/scripts/question_utils.py +++ b/scripts/question_utils.py @@ -74,10 +74,10 @@ def get_random_question(question_list: List[List[bytes]], with_answer=False): return choice(question_list) -"""Use this question_list. Unless you have already opened/worked/need the file, then don't or +"""Use this question_list. Unless you have already opened/worked/need the file, then don't or you will end up doing the same thing twice. -eg: +eg: #my_dir/main.py