docs: fix simple typo, sysyem -> system (#1300)

There is a small typo in src/gam/controlflow.py.

Should read `system` rather than `sysyem`.
This commit is contained in:
Tim Gates
2020-12-28 12:33:11 +11:00
committed by GitHub
parent 6e1b1ed9d5
commit ffa096d988

View File

@@ -66,7 +66,7 @@ def csv_field_error_exit(field_name, field_names):
def invalid_json_exit(file_name):
"""Raises a sysyem exit when invalid JSON content is encountered."""
"""Raises a system exit when invalid JSON content is encountered."""
system_error_exit(17, MESSAGE_INVALID_JSON.format(file_name))