aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2022-01-15 10:15:33 -0800
committerGravatar GitHub <[email protected]>2022-01-15 10:15:33 -0800
commit05836e83ad0e0728a7fa94df2a1f5107a33cbf5e (patch)
tree8cc242a2de68f7546a4be0a76c3634aff56254d0
parentChange entrypoint tests to integration tests (diff)
Fix typo in comment
Co-authored-by: wookie184 <[email protected]>
-rw-r--r--snekbox/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/__main__.py b/snekbox/__main__.py
index eb42629..704ec9d 100644
--- a/snekbox/__main__.py
+++ b/snekbox/__main__.py
@@ -20,7 +20,7 @@ def parse_args() -> argparse.Namespace:
)
# nsjail_args and py_args are just dummies for documentation purposes.
- # Their actual values comes from all the unknown arguments.
+ # Their actual values come from all the unknown arguments.
# There doesn't seem to be a better solution with argparse.
args, unknown = parser.parse_known_args()
try: