Skip to content

Commit

Permalink
Fixed typo in Request class docstring. (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscanlo1 committed Mar 8, 2024
1 parent 7b39e6a commit 10481ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpcore/_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def __init__(
url: The request URL, either as a `URL` instance, or as a string or bytes.
For example: `"https://www.example.com".`
headers: The HTTP request headers.
content: The content of the response body.
content: The content of the request body.
extensions: A dictionary of optional extra information included on
the request. Possible keys include `"timeout"`, and `"trace"`.
"""
Expand Down

0 comments on commit 10481ce

Please sign in to comment.