From 0d18ad8ce790c8e41ca258fa9f3a1b3051694058 Mon Sep 17 00:00:00 2001 From: florimondmanca Date: Fri, 3 Jan 2020 21:59:52 +0100 Subject: [PATCH] Fix typo in 'Redirection and History' docs --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 15defb1e4c..0d68965b2a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -379,7 +379,7 @@ with additional API for accessing cookies by their domain or path. By default, HTTPX will follow redirects for anything except `HEAD` requests. The `history` property of the response can be used to inspect any followed redirects. -It contains a list of all any redirect responses that were followed, in the order +It contains a list of any redirect responses that were followed, in the order in which they were made. For example, GitHub redirects all HTTP requests to HTTPS.