diff --git a/discord/enums.py b/discord/enums.py index da857a495..2a70cb5ab 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -770,7 +770,7 @@ class Locale(Enum): @property def language_code(self) -> str: - """Returns the locale's language code in the format of ``language-COUNTRY``. + """:class:`str`: Returns the locale's BCP 47 language code in the format of ``language-COUNTRY``. .. versionadded:: 2.6 """