From a12f0f6f652440d88044747205d1974b07e01618 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:27:23 +0200 Subject: [PATCH] Fix misspellings found by codespell --- CHANGELOG.md | 2 +- ez_setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 621b269..f29af35 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, args = parser.parse_args()