csvtomd icon indicating copy to clipboard operation
csvtomd copied to clipboard

Removing redundant asterisk in md_table signature

Open MewX opened this issue 5 years ago • 0 comments

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

MewX avatar Apr 27 '20 07:04 MewX