fix trailing space

This commit is contained in:
surister 2020-01-09 12:18:19 +01:00
parent abbb951589
commit d4cd1e2dd2

View File

@ -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