aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2018-09-15 09:54:00 -0400
committerRapptz <[email protected]>2018-09-15 09:54:00 -0400
commit5c24e69cf26c1cc3042f77b5384fd317b50e82c9 (patch)
treeb5b8a0de427dd1613e7cd61a1825ab173524e380 /discord/client.py
parentAdd support for Discord's slow mode. (diff)
downloaddiscord.py-5c24e69cf26c1cc3042f77b5384fd317b50e82c9.tar.xz
discord.py-5c24e69cf26c1cc3042f77b5384fd317b50e82c9.zip
Fix up the Sphinx strings causing warnings.
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 7f99252b..31b2a5a1 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -855,7 +855,7 @@ class Client:
The region for the voice communication server.
Defaults to :attr:`VoiceRegion.us_west`.
icon: bytes
- The *bytes-like* object representing the icon. See :meth:`~ClientUser.edit`
+ The :term:`py:bytes-like object` representing the icon. See :meth:`~ClientUser.edit`
for more details on what is expected.
Raises