mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
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:
@@ -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))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user