diff options
-rw-r--r-- | snekbox/nsjail.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/nsjail.py b/snekbox/nsjail.py index f3b2be4..cc1f682 100644 --- a/snekbox/nsjail.py +++ b/snekbox/nsjail.py @@ -116,7 +116,7 @@ class NsJail: is asked to terminate with a SIGKILL. Once the subprocess has exited, either naturally or because it was terminated, - we rturn the output as a single string. + we return the output as a single string. """ output_size = 0 output = [] |