projects
/
platform
/
upstream
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec1bdd
)
Small grammar fix.
author
Cory Benfield
<lukasaoz@gmail.com>
Wed, 16 Oct 2013 21:11:54 +0000
(22:11 +0100)
committer
Cory Benfield
<lukasaoz@gmail.com>
Wed, 16 Oct 2013 21:11:54 +0000
(22:11 +0100)
docs/user/quickstart.rst
patch
|
blob
|
history
diff --git
a/docs/user/quickstart.rst
b/docs/user/quickstart.rst
index f639b0a86fccba1a20e58997014a760e485347d7..4313ac22430cdc7b58b19cfdb7fdc80c8fd5596a 100644
(file)
--- 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::