Fix typo on "URLs" (#630)
This commit is contained in:
parent
1d25bd58a8
commit
77da6db8e8
@ -4,7 +4,7 @@ HTTPX aims to be compatible with the `requests` API wherever possible.
|
||||
|
||||
This documentation outlines places where the API differs...
|
||||
|
||||
## Request URLS
|
||||
## Request URLs
|
||||
|
||||
Accessing `response.url` will return a `URL` instance, rather than a string.
|
||||
Use `str(response.url)` if you need a string instance.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user