From 5c24e69cf26c1cc3042f77b5384fd317b50e82c9 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 15 Sep 2018 09:54:00 -0400 Subject: Fix up the Sphinx strings causing warnings. --- discord/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/webhook.py') 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 ------- -- cgit v1.2.3