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
1 changed files with 1 additions and 1 deletions

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)]