1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

docstring update

This commit is contained in:
Kelly Brazil
2022-01-20 09:40:08 -08:00
parent 49c5568577
commit 553097b505

View File

@ -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.