From 553097b5050dc02fbdaeec2e2e138e01bc6811d9 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 20 Jan 2022 09:40:08 -0800 Subject: [PATCH] docstring update --- jc/parsers/universal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/universal.py b/jc/parsers/universal.py index 3b5a0199..c35fc218 100644 --- a/jc/parsers/universal.py +++ b/jc/parsers/universal.py @@ -51,7 +51,7 @@ def sparse_table_parse(data, delim='\u2063'): in the data. delim: (string) Delimiter to use. By default `u\\2063` - (invisible separator) is used since this is + (invisible separator) is used since it is unlikely to ever be seen in terminal output. You can change this for troubleshooting purposes or if there is a delimiter conflict with your data.