From cbf02eda0c6465cd41cd00ee032e9904fc4736f5 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 925d303ef..b8b329314 100644 --- a/discord/errors.py +++ b/discord/errors.py @@ -146,7 +146,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