diff options
-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: |