From cc0948ec8aaa8f0b27c8f368346c565e3f03e90e Mon Sep 17 00:00:00 2001 From: ionite34 Date: Fri, 18 Nov 2022 13:42:30 -0500 Subject: docstring update --- snekbox/nsjail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snekbox/nsjail.py b/snekbox/nsjail.py index b9e85b7..8a012cc 100644 --- a/snekbox/nsjail.py +++ b/snekbox/nsjail.py @@ -152,7 +152,7 @@ class NsJail: These arguments are only options for NsJail; they do not affect Python's arguments. `py_args` are arguments to pass to the Python subprocess before the code, - which is the last argument. By default, it's "-c", which executes the code given. + which is the last argument. """ if self.cgroup_version == 2: nsjail_args = ("--use_cgroupv2", *nsjail_args) -- cgit v1.2.3