From d60fb0b321f0f20b3f9c9484cc1875ea6bf30c62 Mon Sep 17 00:00:00 2001 From: mrchatam Date: Sun, 13 Sep 2026 03:05:38 +0000 Subject: [PATCH] docs: fix 'dependancy' typo in SOCKS proxy docs --- docs/proxies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proxies.md b/docs/proxies.md index 970d53d5..e7802f90 100644 --- a/docs/proxies.md +++ b/docs/proxies.md @@ -88,7 +88,7 @@ If you use proxies, keep in mind that the `httpcore` package only supports proxi The `httpcore` package also supports proxies using the SOCKS5 protocol. -Make sure to install the optional dependancy using `pip install 'httpcore[socks]'`. +Make sure to install the optional dependency using `pip install 'httpcore[socks]'`. The `SOCKSProxy` class should be using instead of a standard connection pool: