Skip to content

Commit 5e7357e

Browse files
MrKomodoDragonRapptz
authored andcommitted
Fix grammar in the Guild.edit docstring
1 parent 318166d commit 5e7357e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/guild.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,8 +1108,8 @@ async def edit(self, *, reason=None, **fields):
11081108
The new description of the guild. This is only available to guilds that
11091109
contain ``PUBLIC`` in :attr:`Guild.features`.
11101110
icon: :class:`bytes`
1111-
A :term:`py:bytes-like object` representing the icon. Only PNG/JPEG supported
1112-
and GIF This is only available to guilds that contain ``ANIMATED_ICON`` in :attr:`Guild.features`.
1111+
A :term:`py:bytes-like object` representing the icon. Only PNG/JPEG is supported.
1112+
GIF is only available to guilds that contain ``ANIMATED_ICON`` in :attr:`Guild.features`.
11131113
Could be ``None`` to denote removal of the icon.
11141114
banner: :class:`bytes`
11151115
A :term:`py:bytes-like object` representing the banner.

0 commit comments

Comments
 (0)