]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix typo on "URLs" (#630)
authorTom Christie <tom@tomchristie.com>
Thu, 12 Dec 2019 11:13:25 +0000 (11:13 +0000)
committerFlorimond Manca <florimond.manca@gmail.com>
Thu, 12 Dec 2019 11:13:25 +0000 (12:13 +0100)
docs/compatibility.md

index 8f4a19b8623835cb2e8c7b76ef372c1a46907ad4..506340c3abc5d1ea10fa2913c2347d7e6790b412 100644 (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.