Skip to content

Commit 8307040

Browse files
committed
fix comment
1 parent c4d1a67 commit 8307040

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/01_simple_python/config/config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
// Grade by "diffing" the student output with an
1818
// instructor-provided file.
1919
"method" : "diff",
20-
// The student's output. Corresponds to the position
21-
// of a command in the "command" list above: since
22-
// "python *.py" is the first command, it's output
23-
// will be written to "STDOUT_0.txt".
20+
// The student's output.
2421
"actual_file" : "STDOUT.txt",
2522
// The title seen by students.
2623
"description" : "Program Output",

0 commit comments

Comments
 (0)