Skip to content

Commit 10481ce

Browse files
authored
Fixed typo in Request class docstring. (#898)
1 parent 7b39e6a commit 10481ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpcore/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def __init__(
339339
url: The request URL, either as a `URL` instance, or as a string or bytes.
340340
For example: `"https://www.example.com".`
341341
headers: The HTTP request headers.
342-
content: The content of the response body.
342+
content: The content of the request body.
343343
extensions: A dictionary of optional extra information included on
344344
the request. Possible keys include `"timeout"`, and `"trace"`.
345345
"""

0 commit comments

Comments
 (0)