File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments