aboutsummaryrefslogtreecommitdiff
path: root/discord/user.py
diff options
context:
space:
mode:
authorHarmon <[email protected]>2019-05-20 23:51:22 -0500
committerRapptz <[email protected]>2019-05-21 21:15:26 -0400
commit2fd589874f7ddc5734a5f28837e3218bf05d0551 (patch)
tree361c4b6cb83eeafeaeaef0c313b4f96f790c5e20 /discord/user.py
parentAdded example for template checkboxes (diff)
downloaddiscord.py-2fd589874f7ddc5734a5f28837e3218bf05d0551.tar.xz
discord.py-2fd589874f7ddc5734a5f28837e3218bf05d0551.zip
Fix wording in documentation for ClientUser.locale
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 4bd942d0..3867c95f 100644
--- a/discord/user.py
+++ b/discord/user.py
@@ -279,7 +279,7 @@ class ClientUser(BaseUser):
email: Optional[:class:`str`]
The email the user used when registering.
locale: Optional[:class:`str`]
- The IETF language tag used to identify the user is using.
+ The IETF language tag used to identify the language the user is using.
mfa_enabled: :class:`bool`
Specifies if the user has MFA turned on and working.
premium: :class:`bool`