Skip to content

Commit a12f0f6

Browse files
Fix misspellings found by codespell
1 parent 48b47c9 commit a12f0f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ v0.14.0
1414
* Thanks, @hanno!
1515
* Replace deprecated BadZipfile with BadZipFile.
1616
* Thanks, @hugovk!
17-
* Support indent using interger format, enable `python -m unittest tests/*.py`.
17+
* Support indent using integer format, enable `python -m unittest tests/*.py`.
1818
* Thanks, @hiiwave!
1919
* Ensure significant whitespace is not trimmed
2020
* Thanks, @trey.franklin!

ez_setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def _parse_args():
385385
)
386386
parser.add_option(
387387
'--to-dir',
388-
help="Directory to save (and re-use) package",
388+
help="Directory to save (and reuse) package",
389389
default=DEFAULT_SAVE_DIR,
390390
)
391391
options, args = parser.parse_args()

0 commit comments

Comments
 (0)