diff options
| author | Rapptz <[email protected]> | 2018-09-15 09:54:00 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-09-15 09:54:00 -0400 |
| commit | 5c24e69cf26c1cc3042f77b5384fd317b50e82c9 (patch) | |
| tree | b5b8a0de427dd1613e7cd61a1825ab173524e380 /discord/webhook.py | |
| parent | Add support for Discord's slow mode. (diff) | |
| download | discord.py-5c24e69cf26c1cc3042f77b5384fd317b50e82c9.tar.xz discord.py-5c24e69cf26c1cc3042f77b5384fd317b50e82c9.zip | |
Fix up the Sphinx strings causing warnings.
Diffstat (limited to 'discord/webhook.py')
| -rw-r--r-- | discord/webhook.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/webhook.py b/discord/webhook.py index d9671b82..30b5073a 100644 --- a/discord/webhook.py +++ b/discord/webhook.py @@ -525,7 +525,7 @@ class Webhook: name: Optional[str] The webhook's new default name. avatar: Optional[bytes] - A *bytes-like* object representing the webhook's new default avatar. + A :term:`py:bytes-like object` representing the webhook's new default avatar. Raises ------- |