aboutsummaryrefslogtreecommitdiff
path: root/discord/webhook.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/webhook.py')
-rw-r--r--discord/webhook.py2
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
-------