diff options
author | Martin Možina <martin.mozina@fri.uni-lj.si> | 2016-09-27 15:18:37 +0200 |
---|---|---|
committer | Martin Možina <martin.mozina@fri.uni-lj.si> | 2016-09-27 15:18:37 +0200 |
commit | 5a00cf460426af73cb1fef953acf01f460887f77 (patch) | |
tree | 69a2f6d93f5881f4f00140d119900daf1f793d25 | |
parent | acd5a646f0848bfb4616144119cb7e10d7b41f8f (diff) |
Typo fix.
-rw-r--r-- | python/sl.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/sl.py b/python/sl.py index 3b2e9d4..6bd3a0d 100644 --- a/python/sl.py +++ b/python/sl.py @@ -62,8 +62,8 @@ hint = { 'problematic_test_case': ['''\ <p>Program ne dela pravilno!<br> -Poskusi vnesti: [%=testin%] <br> -pravilen rezultat: [%=testout%]</p> +Poskusi vnesti: [%=testin%]. <br> +Pravilen rezultat: [%=testout%].</p> '''], 'no_func_name': ['''\ |