Skip to content

Commit 3adef4d

Browse files
committed
Fixed rst syntax in README.rst
1 parent 1c3c05d commit 3adef4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@ Default: `{}`
226226

227227
Allows you to make your `check_external` requests via a proxy. Expects a dictionary, e.g.:
228228

229-
```
230-
LINKCHECK_PROXIES = {
231-
"http": "http://...",
232-
"https": "https://...",
233-
}
234-
```
229+
.. code-block:: python3
230+
231+
LINKCHECK_PROXIES = {
232+
"http": "http://...",
233+
"https": "https://...",
234+
}
235235
236236
237237
LINKCHECK_TRUST_PROXY_SSL

0 commit comments

Comments
 (0)