Browse Source

Fix bolded HTTPException not working due to rST limitation

pull/10109/head
Rapptz 3 years ago
committed by dolfies
parent
commit
e45257f6f4
  1. 2
      discord/errors.py

2
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

Loading…
Cancel
Save