]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix typo in 'Redirection and History' docs (#719)
authorFlorimond Manca <florimond.manca@gmail.com>
Fri, 3 Jan 2020 21:14:13 +0000 (22:14 +0100)
committerTom Christie <tom@tomchristie.com>
Fri, 3 Jan 2020 21:14:13 +0000 (21:14 +0000)
docs/quickstart.md

index 15defb1e4c7aad0bc443b184d8c33f8a62541be7..0d68965b2a0f0bfd7676f1392a0060e4b3f5e1ea 100644 (file)
@@ -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.