mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
docstring update
This commit is contained in:
@ -51,7 +51,7 @@ def sparse_table_parse(data, delim='\u2063'):
|
|||||||
in the data.
|
in the data.
|
||||||
|
|
||||||
delim: (string) Delimiter to use. By default `u\\2063`
|
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
|
to ever be seen in terminal output. You can change
|
||||||
this for troubleshooting purposes or if there is a
|
this for troubleshooting purposes or if there is a
|
||||||
delimiter conflict with your data.
|
delimiter conflict with your data.
|
||||||
|
Reference in New Issue
Block a user