Skip to content
Snippets Groups Projects
Commit 25a14914 authored by Kaushik Kulkarni's avatar Kaushik Kulkarni
Browse files

grammar correction

parent 5bbdb635
Branches master
No related tags found
No related merge requests found
Pipeline #13807 passed
......@@ -178,7 +178,7 @@ def run_code(result, run_req):
disable_exit_lines = re.sub("\n ",
"\n", r"""
def _monkey_patch_exit():
print("Using exit() is not allowed")
print("Using exit() is not allowed.")
exit = _monkey_patch_exit
""")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment