missing param in quick start
authorKenneth Reitz <me@kennethreitz.com>
Sun, 13 Nov 2011 06:21:30 +0000 (01:21 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 13 Nov 2011 06:21:30 +0000 (01:21 -0500)
docs/user/quickstart.rst

index cdbba6c94d0d39c936665a9855d6dbe47c75a337..9039ded37ba26a6bd5a7e2667c967453015a1bc5 100644 (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