You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pythonwhat/test_funcs/test_comp.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
MSG_NOT_CALLED="FMT:The system wants to check the {ordinal} {typestr} you defined but hasn't found it."
8
8
MSG_PREPEND="FMT:Check your code in the {child[part]} of the {ordinal} {typestr}. "
9
9
10
-
MSG_INCORRECT_ITER_VARS="FMT:Have you used the correct iterator variables in the {parent[ordinal]} {parent[typestr]}? Make sure you use the correct names!"
10
+
MSG_INCORRECT_ITER_VARS="FMT:Have you used the correct iterator variables in the {parent[ordinal]} {parent[typestr]}? Be sure to use the correct names."
11
11
MSG_INCORRECT_NUM_ITER_VARS="FMT:Have you used {num_vars} iterator variables in the {parent[ordinal]} {parent[typestr]}?"
12
12
MSG_INSUFFICIENT_IFS="FMT:Have you used {sol_len} ifs inside the {parent[ordinal]} {parent[typestr]}?"
0 commit comments