From 2fd589874f7ddc5734a5f28837e3218bf05d0551 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 20 May 2019 23:51:22 -0500 Subject: [PATCH] Fix wording in documentation for ClientUser.locale --- discord/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/user.py b/discord/user.py index 4bd942d07..3867c95f5 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`