Fix typo on "URLs" (#630)

This commit is contained in:
Tom Christie 2019-12-12 11:13:25 +00:00 committed by Florimond Manca
parent 1d25bd58a8
commit 77da6db8e8

View File

@ -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.