Skip to content

Commit

Permalink
fix trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
surister committed Jan 9, 2020
1 parent abbb951 commit d4cd1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/question_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4cd1e2

Please sign in to comment.