summaryrefslogtreecommitdiff
path: root/testapp
diff options
context:
space:
mode:
Diffstat (limited to 'testapp')
-rwxr-xr-xtestapp/code_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/code_server.py b/testapp/code_server.py
index 2fdd11f..d6ae75d 100755
--- a/testapp/code_server.py
+++ b/testapp/code_server.py
@@ -293,7 +293,7 @@ class CodeServer(object):
return False, err
def run_c_code(self, answer, test_code, in_dir=None):
- """Tests given C code<F12> (`answer`) with the `test_code` supplied.
+ """Tests given C code (`answer`) with the `test_code` supplied.
The testcode is a path to the reference code.
The reference code will call the function submitted by the student.