Fix typo.

This commit is contained in:
Chris Jerdonek 2019-05-08 19:34:43 -04:00
parent 5be4e1481e
commit 3a2a28aeb7
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ class CandidateEvaluator(object):
self._valid_tags = valid_tags
# We compile the regex here instead of as a class attribute so as
# not to not impact pip start-up time. This is also okay because
# not to impact pip start-up time. This is also okay because
# CandidateEvaluator is generally instantiated only once per pip
# invocation (when PackageFinder is instantiated).
self._py_version_re = re.compile(r'-py([123]\.?[0-9]?)$')