aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-21 00:43:26 +0100
committerGravatar GitHub <[email protected]>2020-11-21 00:43:26 +0100
commitf3d6b39eef2b7ca83f9128405fe5fa8c5a6943c6 (patch)
treed3e258d3fb28879c813a717616d1ea11762d6ebb
parentMove exit code conversion to main function (diff)
Fix typo in _consume_stdout docstring
-rw-r--r--snekbox/nsjail.py2
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 = []