From 511c88dc4a282cb85f7ca9f31faa2198e049e59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 31 Jan 2019 00:58:48 +0100 Subject: [PATCH] Fix typo: wheither -> whether --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index c2d8fc328..e83b06916 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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)]