From 404b1d5de6d9bf8b6d99741f37768df44ce3c372 Mon Sep 17 00:00:00 2001 From: "Magsen (CD)" Date: Wed, 18 Oct 2023 14:59:43 +0200 Subject: [PATCH] docs(socks): same block as other sections strange formatting: https://docs.python-requests.org/en/latest/user/advanced/#socks --- docs/user/advanced.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index c90a13dc6d..57ad8c3cac 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -675,9 +675,7 @@ In addition to basic HTTP proxies, Requests also supports proxies using the SOCKS protocol. This is an optional feature that requires that additional third-party libraries be installed before use. -You can get the dependencies for this feature from ``pip``: - -.. code-block:: bash +You can get the dependencies for this feature from ``pip``:: $ python -m pip install requests[socks]