Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing redundant asterisk in md_table signature #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MewX
Copy link

@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
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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant