From 71fe40aafac5cbbe2faa87cfb393b8aaea67bb1a Mon Sep 17 00:00:00 2001 From: Cryptex <64497526+Cryptex-github@users.noreply.github.com> Date: Sun, 23 May 2021 00:36:20 -0700 Subject: [PATCH] Consistent loop attribute description --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 494a838a4..1a33394a5 100644 --- a/discord/client.py +++ b/discord/client.py @@ -177,7 +177,7 @@ class Client: ws The websocket gateway the client is currently connected to. Could be ``None``. loop: :class:`asyncio.AbstractEventLoop` - The event loop that the client uses for HTTP requests and websocket operations. + The event loop that the client uses for asynchronous operations. """ def __init__(self, *, loop=None, **options): self.ws = None