diff options
| author | Skezza <[email protected]> | 2020-07-01 04:32:00 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-30 23:32:00 -0400 |
| commit | c3bca7ec735e6818383f0de2f427d82a096062b9 (patch) | |
| tree | fca505820795ad674ba135791b48c2859265e663 /discord/invite.py | |
| parent | Fix typo with voice_client documentation (diff) | |
| download | discord.py-c3bca7ec735e6818383f0de2f427d82a096062b9.tar.xz discord.py-c3bca7ec735e6818383f0de2f427d82a096062b9.zip | |
Documentation formatting
Diffstat (limited to 'discord/invite.py')
| -rw-r--r-- | discord/invite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/invite.py b/discord/invite.py index b6d45912..e8049169 100644 --- a/discord/invite.py +++ b/discord/invite.py @@ -156,7 +156,7 @@ class PartialInviteGuild: return self.icon_url_as() def is_icon_animated(self): - """:class:`bool`: Returns True if the guild has an animated icon. + """:class:`bool`: Returns ``True`` if the guild has an animated icon. .. versionadded:: 1.4 """ |