docs/ssl: fix typo (#3703)
This commit is contained in:
parent
def4778d62
commit
ca097c96f9
@ -29,7 +29,7 @@ import certifi
|
|||||||
import httpx
|
import httpx
|
||||||
import ssl
|
import ssl
|
||||||
|
|
||||||
# This SSL context is equivelent to the default `verify=True`.
|
# This SSL context is equivalent to the default `verify=True`.
|
||||||
ctx = ssl.create_default_context(cafile=certifi.where())
|
ctx = ssl.create_default_context(cafile=certifi.where())
|
||||||
client = httpx.Client(verify=ctx)
|
client = httpx.Client(verify=ctx)
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user