aboutsummaryrefslogtreecommitdiff
path: root/discord/user.py
diff options
context:
space:
mode:
authorSkezza <[email protected]>2020-07-01 04:32:00 +0100
committerGitHub <[email protected]>2020-06-30 23:32:00 -0400
commitc3bca7ec735e6818383f0de2f427d82a096062b9 (patch)
treefca505820795ad674ba135791b48c2859265e663 /discord/user.py
parentFix typo with voice_client documentation (diff)
downloaddiscord.py-c3bca7ec735e6818383f0de2f427d82a096062b9.tar.xz
discord.py-c3bca7ec735e6818383f0de2f427d82a096062b9.zip
Documentation formatting
Diffstat (limited to 'discord/user.py')
-rw-r--r--discord/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/user.py b/discord/user.py
index e5e9640d..903a0b00 100644
--- a/discord/user.py
+++ b/discord/user.py
@@ -303,7 +303,7 @@ class ClientUser(BaseUser):
discriminator: :class:`str`
The user's discriminator. This is given when the username has conflicts.
avatar: Optional[:class:`str`]
- The avatar hash the user has. Could be None.
+ The avatar hash the user has. Could be ``None``.
bot: :class:`bool`
Specifies if the user is a bot account.
system: :class:`bool`