Skip to content

Commit 45c9ecc

Browse files
author
Kenneth Reitz
committed
missing param in quick start
1 parent 3d49eb4 commit 45c9ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ handling with the ``disable_redirects`` parameter::
278278

279279
If you're using POST, PUT, PATCH, *&c*, you can also explicitly enable redirection as well::
280280

281-
>>> r = requests.post('https://github.com')
281+
>>> r = requests.post('https://github.com', allow_redirects=True)
282282
>>> r.url
283283
'https://github.com/'
284284
>>> r.history

0 commit comments

Comments
 (0)