1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix typo: wheither -> whether

This commit is contained in:
Philip Jägenstedt 2019-01-31 00:58:48 +01:00 committed by GitHub
parent 27880def83
commit 511c88dc4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -348,5 +348,5 @@ def in_memory_pip():
@pytest.fixture
def deprecated_python():
"""Used to indicate wheither pip deprecated this python version"""
"""Used to indicate whether pip deprecated this python version"""
return sys.version_info[:2] in [(3, 4), (2, 7)]