Skip to content

Commit

Permalink
Typo in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Moore <[email protected]>
  • Loading branch information
uranusjr and pfmoore committed May 22, 2020
1 parent c6215cc commit 225087e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/resolution/resolvelib/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def get_wheel_cache_entry(self, link, name):
because cached wheels, always built locally, have different hashes
than the files downloaded from the index server and thus throw false
hash mismatches. Furthermore, cached wheels at present have
undeterministic contents due to file modification times.
nondeterministic contents due to file modification times.
"""
if self._wheel_cache is None or self.preparer.require_hashes:
return None
Expand Down

0 comments on commit 225087e

Please sign in to comment.