Skip to content

Commit bd8165a

Browse files
j178lovelydinosaur
andauthored
Cleanup docstring leftover for #1183 (#1201)
Co-authored-by: Tom Christie <tom@tomchristie.com>
1 parent 84ca201 commit bd8165a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

httpx/_api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,7 @@ def head(
235235
**Parameters**: See `httpx.request`.
236236
237237
Note that the `data`, `files`, and `json` parameters are not available on
238-
this function, as `HEAD` requests should not include a request body. The
239-
`HEAD` method also differs from the other cases in that `allow_redirects`
240-
defaults to `False`.
238+
this function, as `HEAD` requests should not include a request body.
241239
"""
242240
return request(
243241
"HEAD",

0 commit comments

Comments
 (0)