We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5239448 + c63bb66 commit 83d7d7dCopy full SHA for 83d7d7d
1 file changed
pythonwhat/check_function.py
@@ -20,12 +20,12 @@ def bind_args(signature, args_part):
20
21
MSG_PREPEND = "__JINJA__:Check your code in the {{child['part']+ ' of the' if child['part']}} {{typestr}}. "
22
def check_function(name, index,
23
- missing_msg = "FMT:Did you define {typestr}?",
+ missing_msg = "FMT:Did you define the {typestr}?",
24
params_not_matched_msg = "FMT:Something went wrong in figuring out how you specified the "
25
"arguments for `{name}`; have another look at your code and its output.",
26
expand_msg = MSG_PREPEND,
27
signature=True,
28
- typestr = "{ordinal} function call",
+ typestr = "{ordinal} function call `{name}()`",
29
state=None):
30
rep = Reporter.active_reporter
31
stu_out = state.student_function_calls
0 commit comments