mplewis / csvtomd

📝📊 Convert your CSV files into Markdown tables.
MIT License
655 stars 90 forks source link

Removing redundant asterisk in md_table signature #29

Open MewX opened 4 years ago

MewX commented 4 years ago

Running with Python 3.5.3 and getting:

$ python csvtomd.py 
  File "csvtomd.py", line 38
    def md_table(table, *, padding=1, divider='|', header_div='-'):
                         ^
SyntaxError: invalid syntax