Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Removing redundant asterisk in md_table signature#29

Open
MewX wants to merge 1 commit into
mplewis:masterfrom
MewX:patch-1
Open

Removing redundant asterisk in md_table signature#29
MewX wants to merge 1 commit into
mplewis:masterfrom
MewX:patch-1

Conversation

@MewX
Copy link
Copy Markdown

@MewX MewX commented Apr 27, 2020

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

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
```
Copy link
Copy Markdown
Author

@MewX MewX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant