]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update docs/advanced/ssl.md
authorTom Christie <tom@tomchristie.com>
Thu, 21 Nov 2024 13:42:26 +0000 (13:42 +0000)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 13:42:26 +0000 (13:42 +0000)
docs/advanced/ssl.md

index 4ad35734b317225422e0a9213debdbfd8adf0651..fc4665717521257e639607b5973f4d2aa29de64a 100644 (file)
@@ -52,7 +52,7 @@ client = httpx.Client(verify=ctx)
 
 Unlike `requests`, the `httpx` package does not automatically pull in [the environment variables `SSL_CERT_FILE` or `SSL_CERT_DIR`](https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_default_verify_paths.html). 
 
-These environment variables shouldn't be required since they're obsoleted by `truststore`. They can be enabled if required like so...
+These environment variables shouldn't be necessary since they're obsoleted by `truststore`. They can be enabled if required like so...
 
 ```python
 # Use `SSL_CERT_FILE` or `SSL_CERT_DIR` if configured.