mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #3922 from bgschiller/patch-1
Change apostrophe placement in advanced.rst
This commit is contained in:
@@ -227,7 +227,7 @@ By default, ``verify`` is set to True. Option ``verify`` only applies to host ce
|
||||
|
||||
You can also specify a local cert to use as client side certificate, as a single
|
||||
file (containing the private key and the certificate) or as a tuple of both
|
||||
file's path::
|
||||
files' paths::
|
||||
|
||||
>>> requests.get('https://kennethreitz.org', cert=('/path/client.cert', '/path/client.key'))
|
||||
<Response [200]>
|
||||
|
||||
Reference in New Issue
Block a user