From 098e8dbef6d0fdbaa8d2d6f0560d9ccd8e637d50 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 31 Jan 2023 11:59:06 -0800 Subject: [PATCH] doc update --- jc/parsers/universal.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jc/parsers/universal.py b/jc/parsers/universal.py index b9f392e2..c476803a 100644 --- a/jc/parsers/universal.py +++ b/jc/parsers/universal.py @@ -28,8 +28,7 @@ def simple_table_parse(data: Iterable[str]) -> List[Dict]: underscore '_'. You should also ensure headers are lowercase by using .lower(). - Also, ensure there are no blank lines (list items) - in the data. + Also, ensure there are no blank rows in the data. Returns: