diff options
author | 2020-11-21 00:43:26 +0100 | |
---|---|---|
committer | 2020-11-21 00:43:26 +0100 | |
commit | f3d6b39eef2b7ca83f9128405fe5fa8c5a6943c6 (patch) | |
tree | d3e258d3fb28879c813a717616d1ea11762d6ebb | |
parent | Move exit code conversion to main function (diff) |
Fix typo in _consume_stdout docstring
-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 = [] |