docs(socks): same block as other sections

strange formatting:
https://docs.python-requests.org/en/latest/user/advanced/#socks
This commit is contained in:
Magsen (CD)
2023-10-18 14:59:43 +02:00
committed by Nate Prewitt
parent 9c72a41bec
commit 774a0b837a

View File

@@ -677,9 +677,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]'