From 57e3bf239cc76d3b0ee0eddc618171eb90c28dec Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 10 Sep 2021 15:02:15 -0700 Subject: [PATCH] formatting for docs --- docs/parsers/ls_s.md | 6 +++--- jc/parsers/ls_s.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 } }