Skip to content

Commit 4cc4a85

Browse files
authored
Merge pull request #70 from marklogic/feature/docs-update
Adding the word "certificate" to the SSL docs
2 parents e7a3b09 + 43e086a commit 4cc4a85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/creating-client.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ client = Client(host='example.marklogic.cloud', cloud_api_key='some-key-value',
101101

102102
Configuring SSL connections is the same as
103103
[documented for the `requests` library](https://requests.readthedocs.io/en/latest/user/advanced/#ssl-cert-verification).
104-
As a convience, the `Client` constructor includes a `verify` argument so that it does not need to be configured on the
104+
As a convience, the `Client` constructor includes a `verify` argument for specifying a client certificate
105+
so that it does not need to be configured on the
105106
`Client` instance after it's been constructed nor on every request:
106107

107108
```

0 commit comments

Comments
 (0)