Skip to content

Commit

Permalink
Update docs/integrations/python.md
Browse files Browse the repository at this point in the history
Co-authored-by: Barak Amar <[email protected]>
  • Loading branch information
N-o-Z and nopcoder authored Dec 6, 2023
1 parent 31baf08 commit 4bf0e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ clt = Client(
For testing SSL endpoints you may wish to use a self-signed certificate. If you do this and receive an `SSL: CERTIFICATE_VERIFY_FAILED` error message you might add the following configuration to your client:

```python
clt.config.verify_ssl= False
clt.config.verify_ssl = False
```

{: .warning }
Expand Down

0 comments on commit 4bf0e11

Please sign in to comment.