Change apostrophe placement in advanced.rst

See Rule2a on http://www.grammarbook.com/punctuation/apostro.asp
This commit is contained in:
Brian Schiller
2017-03-14 10:09:41 -05:00
committed by GitHub
parent 29085e7d95
commit e0ba82949b
+1 -1
View File
@@ -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]>