Skip to content

Commit

Permalink
Fix typo: unnecessarely → unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Dec 6, 2020
1 parent e0b5552 commit a313398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions piptools/repositories/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ def get_dependencies(self, ireq):
if ireq not in self._dependencies_cache:
if ireq.editable and (ireq.source_dir and os.path.exists(ireq.source_dir)):
# No download_dir for locally available editable requirements.
# If a download_dir is passed, pip will unnecessarely
# archive the entire source directory
# If a download_dir is passed, pip will unnecessarily archive
# the entire source directory
download_dir = None
elif ireq.link and ireq.link.is_vcs:
# No download_dir for VCS sources. This also works around pip
Expand Down

0 comments on commit a313398

Please sign in to comment.