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

MarkInfo::__repr__ <- typo #48

Closed
pytestbot opened this issue Jun 1, 2011 · 1 comment
Closed

MarkInfo::__repr__ <- typo #48

pytestbot opened this issue Jun 1, 2011 · 1 comment
Labels
type: bug problem that needs to be addressed

Comments

@pytestbot
Copy link
Contributor

Originally reported by: Anonymous


**version 2.0.3
file: mark.py

line 156 should read:**

self.name, self.args, self.kwargs) # no underscore in front of name

*instead of *

self.**_**name, self.args, self.kwargs)


@pytestbot
Copy link
Contributor Author

Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42):


fix issue48 - test and fix typo in MarkInfo repr

@pytestbot pytestbot added the type: bug problem that needs to be addressed label Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug problem that needs to be addressed
Projects
None yet
Development

No branches or pull requests

1 participant