aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 494a838a..1a33394a 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