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

Extra space in generated Python code #34

Closed
JukkaL opened this issue Dec 20, 2012 · 0 comments
Closed

Extra space in generated Python code #34

JukkaL opened this issue Dec 20, 2012 · 0 comments
Labels
bug mypy got something wrong

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Dec 20, 2012

The code

void f(str na):
    pass

gets translated into

def f( na):
    pass

There should not a space before na.

Note that if na is replaced with n, the extra space is no longer generated.

ashleyh added a commit to ashleyh/mypy that referenced this issue Jan 27, 2013
JukkaL added a commit that referenced this issue Jan 28, 2013
add stubs-auto directory & fix #34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug mypy got something wrong
Projects
None yet
Development

No branches or pull requests

2 participants