From: Tom Christie Date: Fri, 18 Sep 2020 13:17:03 +0000 (+0100) Subject: Update _client.py (#1300) X-Git-Tag: 0.15.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ee08afe96113de42472a932770002b351c37f66;p=thirdparty%2Fhttpx.git Update _client.py (#1300) --- diff --git a/httpx/_client.py b/httpx/_client.py index 8c5fb5b6..f797a2e3 100644 --- a/httpx/_client.py +++ b/httpx/_client.py @@ -465,7 +465,7 @@ class BaseClient: # the origin. headers.pop("Authorization", None) - # Remove the Host header, so that a new one with be auto-populated on + # Remove the Host header, so that a new one will be auto-populated on # the request instance. headers.pop("Host", None)