diff options
author | Andrey Petrov <andrey.petrov@shazow.net> | 2015-12-29 12:28:22 -0800 |
---|---|---|
committer | Andrey Petrov <andrey.petrov@shazow.net> | 2015-12-29 12:28:22 -0800 |
commit | 27df29b1d94d6c50af1eb1bd85b4ee12adf8a3c2 (patch) | |
tree | 97731a22ac7f5344402f24ebf4f2a9039b339ef7 /urllib3/util/response.py | |
parent | 12d04b7cc8cefce176f5788485db7b0692b9adb2 (diff) | |
parent | c3104c8c42dc8426d0ac17fdcb07d8b3126fe7b6 (diff) | |
download | urllib3-1.14.tar.gz |
Merging new release version: 1.141.14
Diffstat (limited to 'urllib3/util/response.py')
-rw-r--r-- | urllib3/util/response.py | 2 |
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: |