]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Cleanup docstring leftover for #1183 (#1201)
authorJoe <nigelchiang@outlook.com>
Thu, 20 Aug 2020 09:03:20 +0000 (17:03 +0800)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 09:03:20 +0000 (17:03 +0800)
Co-authored-by: Tom Christie <tom@tomchristie.com>
httpx/_api.py

index 2a59291e07bf67b090e6807d89c11d004320f1a8..9b130ea4bed529088eacc8b68384ffded4753e08 100644 (file)
@@ -235,9 +235,7 @@ def head(
     **Parameters**: See `httpx.request`.
 
     Note that the `data`, `files`, and `json` parameters are not available on
-    this function, as `HEAD` requests should not include a request body. The
-    `HEAD` method also differs from the other cases in that `allow_redirects`
-    defaults to `False`.
+    this function, as `HEAD` requests should not include a request body.
     """
     return request(
         "HEAD",