Typo in docstring

Co-authored-by: Paul Moore <p.f.moore@gmail.com>
This commit is contained in:
Tzu-ping Chung 2020-05-22 15:17:53 +08:00
parent bc9b288b1e
commit 48c3d0c8ec
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class Factory(object):
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