summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNikosVlagoidis <NikosVlagoidis@users.noreply.github.com>2017-08-09 20:18:43 +0300
committerGitHub <noreply@github.com>2017-08-09 20:18:43 +0300
commit218978601f2ab711ec83e5bd18d439d2c2970efc (patch)
treefcb2b45652d9ead8233b3ce9d6359ebd7c326d03 /docs
parentcb9620780ff6c69b88ec0400d3fd140e28a7aec2 (diff)
downloadpython-requests-218978601f2ab711ec83e5bd18d439d2c2970efc.tar.gz
Fix issue #3863
Diffstat (limited to 'docs')
-rw-r--r--docs/user/advanced.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst
index 742fa4cd..4aa1dfac 100644
--- a/docs/user/advanced.rst
+++ b/docs/user/advanced.rst
@@ -593,7 +593,7 @@ as using a HTTP one::
'https': 'socks5://user:pass@host:port'
}
-Using the scheme socks5 causes the DNS resolution to happen on the client, rather than on the proxy server. This is in line with curl, which uses the scheme to decide whether to do the DNS resolution on the client or proxy. If you want to resolve the domains on the proxy server, use socks5h as the scheme.
+Using the scheme ``socks5`` causes the DNS resolution to happen on the client, rather than on the proxy server. This is in line with curl, which uses the scheme to decide whether to do the DNS resolution on the client or proxy. If you want to resolve the domains on the proxy server, use ``socks5h`` as the scheme.
.. _compliance: