diff --git a/docs/faq.rst b/docs/faq.rst index 249a1a9263..b49d6f2ad7 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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