Browse Source

Fix bolded HTTPException not working due to rST limitation

pull/8280/head
Rapptz 3 years ago
parent
commit
cbf02eda0c
  1. 2
      discord/errors.py

2
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

Loading…
Cancel
Save