summaryrefslogtreecommitdiff
path: root/python/en.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/en.py')
-rw-r--r--python/en.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/en.py b/python/en.py
index d3189d9..561db85 100644
--- a/python/en.py
+++ b/python/en.py
@@ -8,4 +8,11 @@ hint = {
'test_results': '''\
<p>Your code passed [%=passed%] / [%=total%] tests.</p>
''',
+
+ 'syntax_error': '''\
+<p>Your code contains a syntax error in line [%=lineno%]:</p>
+<pre>
+[%=message%]
+</pre>
+''',
}