missing param in quick start

This commit is contained in:
Kenneth Reitz
2011-11-13 01:21:30 -05:00
parent 3d49eb40f8
commit 45c9ecc82a
+1 -1
View File
@@ -278,7 +278,7 @@ handling with the ``disable_redirects`` parameter::
If you're using POST, PUT, PATCH, *&c*, you can also explicitly enable redirection as well::
>>> r = requests.post('http://github.com')
>>> r = requests.post('http://github.com', allow_redirects=True)
>>> r.url
'https://github.com/'
>>> r.history