diff options
| author | Brian Schiller <bgschiller@gmail.com> | 2017-03-14 10:09:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-14 10:09:41 -0500 |
| commit | e0ba82949b82aa387c5fe519f6717007d682fa0d (patch) | |
| tree | c31ef057659f3a27a6bfbbc59efd8dd214f09666 /docs | |
| parent | 29085e7d95915df95848af44f09a894e8b684134 (diff) | |
| download | python-requests-e0ba82949b82aa387c5fe519f6717007d682fa0d.tar.gz | |
Change apostrophe placement in advanced.rst
See Rule2a on http://www.grammarbook.com/punctuation/apostro.asp
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/advanced.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 3c63394d..0806ff6d 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -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]> |
