diff --git a/CHANGELOG.md b/CHANGELOG.md index a48658e..df8d2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ v0.14.0 * Thanks, @hanno! * Replace deprecated BadZipfile with BadZipFile. * Thanks, @hugovk! -* Support indent using interger format, enable `python -m unittest tests/*.py`. +* Support indent using integer format, enable `python -m unittest tests/*.py`. * Thanks, @hiiwave! * Ensure significant whitespace is not trimmed * Thanks, @trey.franklin! diff --git a/ez_setup.py b/ez_setup.py index 30f4432..1b5c582 100755 --- a/ez_setup.py +++ b/ez_setup.py @@ -385,7 +385,7 @@ def _parse_args(): ) parser.add_option( '--to-dir', - help="Directory to save (and re-use) package", + help="Directory to save (and reuse) package", default=DEFAULT_SAVE_DIR, ) options, _ = parser.parse_args()