We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def4778 commit ca097c9Copy full SHA for ca097c9
docs/advanced/ssl.md
@@ -29,7 +29,7 @@ import certifi
29
import httpx
30
import ssl
31
32
-# This SSL context is equivelent to the default `verify=True`.
+# This SSL context is equivalent to the default `verify=True`.
33
ctx = ssl.create_default_context(cafile=certifi.where())
34
client = httpx.Client(verify=ctx)
35
```
0 commit comments