1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

doc update

This commit is contained in:
Kelly Brazil
2019-12-12 15:59:36 -08:00
parent 3c96464217
commit f376aab793

View File

@ -8,6 +8,9 @@ def simple_table_parse(data):
"""
Parse simple tables. The last column may contain data with spaces
code adapted from Conor Heine at:
https://gist.github.com/cahna/43a1a3ff4d075bcd71f9d7120037a501
Parameters:
data: (list) Text data to parse that has been split into lines via .splitlines().