From: Tom Christie Date: Thu, 12 Dec 2019 11:13:25 +0000 (+0000) Subject: Fix typo on "URLs" (#630) X-Git-Tag: 0.9.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77da6db8e80a417009fb92f41015288f106b1ba1;p=thirdparty%2Fhttpx.git Fix typo on "URLs" (#630) --- diff --git a/docs/compatibility.md b/docs/compatibility.md index 8f4a19b8..506340c3 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -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.