Skip to content

Commit

Permalink
Fix misspellings found by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Oct 8, 2024
1 parent 48b47c9 commit a12f0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion ez_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a12f0f6

Please sign in to comment.