]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update _client.py (#1300)
authorTom Christie <tom@tomchristie.com>
Fri, 18 Sep 2020 13:17:03 +0000 (14:17 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 13:17:03 +0000 (14:17 +0100)
httpx/_client.py

index 8c5fb5b6844c8a81f466138284ebdb72e47d72bc..f797a2e33cd1f68783bdd0850f8619017509b6cc 100644 (file)
@@ -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)