Skip to content

Commit

Permalink
Cleanup docstring leftover for #1183
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Aug 20, 2020
1 parent c90210a commit 4fa5859
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions httpx/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,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",
Expand Down

0 comments on commit 4fa5859

Please sign in to comment.