Skip to content

Commit

Permalink
docs: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Mar 23, 2024
1 parent fa6cb54 commit fc02e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/curlrequest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ or any of the shortcut methods.
allow_redirects
===============

By default, cURL will not follow all "Location:" headers the remote servers send
By default, cURL will not follow any "Location:" headers the remote servers send
back. The ``allow_redirects`` option allows you to modify how that works.

If you set the value to ``true``, then it will follow redirects:
Expand Down

0 comments on commit fc02e49

Please sign in to comment.