diff --git a/docs/parsers/ls_s.md b/docs/parsers/ls_s.md index 9db1a245..3d79de93 100644 --- a/docs/parsers/ls_s.md +++ b/docs/parsers/ls_s.md @@ -39,9 +39,9 @@ Schema: "epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted "_meta": { - "success": booean, # true if successfully parsed, false if error - "error_msg": string, # exists if "success" is false - "line": string # exists if "success" is false + "success": booean, # true if successfully parsed, false if error + "error_msg": string, # exists if "success" is false + "line": string # exists if "success" is false } } diff --git a/jc/parsers/ls_s.py b/jc/parsers/ls_s.py index 4db03dc8..0f1f193a 100644 --- a/jc/parsers/ls_s.py +++ b/jc/parsers/ls_s.py @@ -36,9 +36,9 @@ Schema: "epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted "_meta": { - "success": booean, # true if successfully parsed, false if error - "error_msg": string, # exists if "success" is false - "line": string # exists if "success" is false + "success": booean, # true if successfully parsed, false if error + "error_msg": string, # exists if "success" is false + "line": string # exists if "success" is false } }