summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2021-01-20 08:58:35 -0600
committerGitHub <noreply@github.com>2021-01-20 08:58:35 -0600
commit083aa67a0d3309ebe37eafbe7bfd96c235a019cf (patch)
tree7721aa987684d9735438330edbcdcc9c052a5023
parentc2b307dbefe21177af03f9feb37181a89a799fcc (diff)
parentf6072f1e14d2635d4af1f4c5b1925d3e902cc2a2 (diff)
downloadpython-requests-083aa67a0d3309ebe37eafbe7bfd96c235a019cf.tar.gz
Merge pull request #5723 from bbodenmiller/patch-2HEADmaster
Format c_rehash
-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 d930a68d..75ba81c6 100644
--- a/docs/user/advanced.rst
+++ b/docs/user/advanced.rst
@@ -233,7 +233,7 @@ or persistent::
s.verify = '/path/to/certfile'
.. note:: If ``verify`` is set to a path to a directory, the directory must have been processed using
- the c_rehash utility supplied with OpenSSL.
+ the ``c_rehash`` utility supplied with OpenSSL.
This list of trusted CAs can also be specified through the ``REQUESTS_CA_BUNDLE`` environment variable.
If ``REQUESTS_CA_BUNDLE`` is not set, ``CURL_CA_BUNDLE`` will be used as fallback.