From 77da6db8e80a417009fb92f41015288f106b1ba1 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 12 Dec 2019 11:13:25 +0000 Subject: [PATCH] Fix typo on "URLs" (#630) --- docs/compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.