Skip to content

Commit 9f0c248

Browse files
authored
Merge branch 'master' into patch-1
2 parents 256ebce + ca097c9 commit 9f0c248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced/ssl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import certifi
2929
import httpx
3030
import ssl
3131

32-
# This SSL context is equivelent to the default `verify=True`.
32+
# This SSL context is equivalent to the default `verify=True`.
3333
ctx = ssl.create_default_context(cafile=certifi.where())
3434
client = httpx.Client(verify=ctx)
3535
```

0 commit comments

Comments
 (0)