From c8d3dcb315bbda047e90eceef37924b1b89d221b Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 16 Oct 2013 22:11:54 +0100 Subject: [PATCH] Small grammar fix. --- docs/user/quickstart.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index f639b0a8..4313ac22 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -339,7 +339,8 @@ parameter:: Redirection and History ----------------------- -Requests will automatically perform location redirection except for HEAD verb. +Requests will automatically perform location redirection for all verbs except +HEAD. GitHub redirects all HTTP requests to HTTPS. We can use the ``history`` method of the Response object to track redirection. Let's see what GitHub does::