Fix formatting

This commit is contained in:
Ivan Habunek 2023-07-25 09:40:11 +02:00
parent 2480135eda
commit f6e454956b
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ through the specified server.
For example:
.. code-block:: sh
export HTTPS_PROXY="http://1.2.3.4:5678"
toot login --instance mastodon.social
```sh
export HTTPS_PROXY="http://1.2.3.4:5678"
toot login --instance mastodon.social
```
**NB:** This feature is provided by
[requests](http://docs.python-requests.org/en/master/user/advanced/#proxies>)