From: Florimond Manca Date: Fri, 3 Jan 2020 21:14:13 +0000 (+0100) Subject: Fix typo in 'Redirection and History' docs (#719) X-Git-Tag: 0.11.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff44d2d1b8f3278384b5e2b00b5870090fd3b0d2;p=thirdparty%2Fhttpx.git Fix typo in 'Redirection and History' docs (#719) --- diff --git a/docs/quickstart.md b/docs/quickstart.md index 15defb1e..0d68965b 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.