summaryrefslogtreecommitdiff
path: root/urllib3/util/response.py
diff options
context:
space:
mode:
Diffstat (limited to 'urllib3/util/response.py')
-rw-r--r--urllib3/util/response.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urllib3/util/response.py b/urllib3/util/response.py
index bc723272..0b5c75c1 100644
--- a/urllib3/util/response.py
+++ b/urllib3/util/response.py
@@ -61,7 +61,7 @@ def assert_header_parsing(headers):
def is_response_to_head(response):
"""
- Checks, wether a the request of a response has been a HEAD-request.
+ Checks whether the request of a response has been a HEAD-request.
Handles the quirks of AppEngine.
:param conn: