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 cdbba6c..9039ded 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