diff options
author | 2022-01-15 10:15:33 -0800 | |
---|---|---|
committer | 2022-01-15 10:15:33 -0800 | |
commit | 05836e83ad0e0728a7fa94df2a1f5107a33cbf5e (patch) | |
tree | 8cc242a2de68f7546a4be0a76c3634aff56254d0 | |
parent | Change entrypoint tests to integration tests (diff) |
Fix typo in comment
Co-authored-by: wookie184 <[email protected]>
-rw-r--r-- | snekbox/__main__.py | 2 |
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: |