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 8a9dcd2e..9b83edb5 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -1610,7 +1610,7 @@ class Client:
The name of the server.
region : :class:`ServerRegion`
The region for the voice communication server.
- Defaults to :attr`ServerRegion.us_west`.
+ Defaults to :attr:`ServerRegion.us_west`.
icon : bytes
The *bytes-like* object representing the icon. See :meth:`edit_profile`
for more details on what is expected.