Skip to content

Commit

Permalink
Update misspelling helper
Browse files Browse the repository at this point in the history
  • Loading branch information
wolever committed Mar 21, 2017
1 parent 974d527 commit 173e499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misspelling-helper/nose-parametrized/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

if __name__ == "__main__":
if "sdist" not in sys.argv[1:]:
raise ValueError("please use the 'nose-parameterized' pypi package instead of 'nose-parametrized'")
raise ValueError("Please use the 'parameterized' (note the second 'e' in 'parameterized') pypi package instead of 'nose-parametrized'")
setup(
name="nose-parametrized",
version="0.0",
description="please use 'nose-parameterized' for installation",
version="0.1",
description="Please use the 'parameterized' package (note the second 'e' in 'parameterized')",
)

0 comments on commit 173e499

Please sign in to comment.