Skip to content

Commit d4cd1e2

Browse files
committed
fix trailing space
1 parent abbb951 commit d4cd1e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/question_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ def get_random_question(question_list: List[List[bytes]], with_answer=False):
7474
return choice(question_list)
7575

7676

77-
"""Use this question_list. Unless you have already opened/worked/need the file, then don't or
77+
"""Use this question_list. Unless you have already opened/worked/need the file, then don't or
7878
you will end up doing the same thing twice.
7979
80-
eg:
80+
eg:
8181
8282
#my_dir/main.py
8383

0 commit comments

Comments
 (0)