Skip to content

Commit

Permalink
Fix minor Re-Structured Text syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Oct 21, 2024
1 parent e14f264 commit 58d4fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Basic auth (Authorization header) does not work after redirection
which is typically on a different domain and use mulitple redirections (30x).

Since ``allow_redirects=True`` is the default ``request`` behavior you'll have to turn it off,
handle manually the redirections and inject again the authorization header, ex::
handle manually the redirections and inject again the authorization header, ex:


.. code-block:: python
Expand Down

0 comments on commit 58d4fa4

Please sign in to comment.