Skip to content

Commit d32ea65

Browse files
committed
Add argument type in docs
1 parent 79a6ba6 commit d32ea65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonwhat/checks/has_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def parse_tree(tree):
239239
{0} of an object after executing the body of e.g. a ``for`` loop.
240240
copy (bool): whether to try to deep copy objects in the environment, such as lists, that could
241241
accidentally be mutated. Disable to speed up SCTs. Disabling may lead to cryptic mutation issues.
242-
func: custom binary function of form f(stu_result, sol_result), for equality testing.
242+
func (function): custom binary function of form f(stu_result, sol_result), for equality testing.
243243
override: If specified, this avoids the execution of the targeted code in the solution process. Instead, it
244244
will compare the {0} of the expression in the student process with the value specified in ``override``.
245245
Typically used in a ``SingleProcessExercise`` or if you want to allow for different solutions other than

0 commit comments

Comments
 (0)