Skip to content

Commit

Permalink
Fix some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jan 3, 2025
1 parent 8953b0f commit 3c775aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchio/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class TwitchioException(Exception):
class HTTPException(TwitchioException):
"""Exception raised when an HTTP request fails.
This exception can be raised anywhere the :class:`twitchio.Client` or :class:`twitchio.commands.ext.Bot`
This exception can be raised anywhere the :class:`twitchio.Client` or :class:`twitchio.ext.commands.Bot`
is used to make a HTTP request to the Twitch API.
Attributes
Expand Down

0 comments on commit 3c775aa

Please sign in to comment.