From e45257f6f4b4b620961b68caa44351fec1769328 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 29 Jul 2022 21:58:32 -0400 Subject: [PATCH] Fix bolded HTTPException not working due to rST limitation --- discord/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/errors.py b/discord/errors.py index 20df61564..dc4035231 100644 --- a/discord/errors.py +++ b/discord/errors.py @@ -164,7 +164,7 @@ class RateLimited(DiscordException): This is not raised during global ratelimits. Since sometimes requests are halted pre-emptively before they're - even made, **this does not subclass :exc:`HTTPException`.** + even made, this **does not** subclass :exc:`HTTPException`. .. versionadded:: 2.0