From d10e70e04cced1c010dbbaaff193b9c6cd1674aa Mon Sep 17 00:00:00 2001 From: lmaotrigine <57328245+lmaotrigine@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:59:15 +0530 Subject: [PATCH] [docs] Fix spelling --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 30c3a1c6f..6ee4a003d 100644 --- a/discord/client.py +++ b/discord/client.py @@ -251,7 +251,7 @@ class Client: .. versionadded:: 2.0 connector: Optional[:class:`aiohttp.BaseConnector`] - The aiohhtp connector to use for this client. This can be used to control underlying aiohttp + The aiohttp connector to use for this client. This can be used to control underlying aiohttp behavior, such as setting a dns resolver or sslcontext. .. versionadded:: 2.5