Skip to content

Commit 3c775aa

Browse files
committed
Fix some docs
1 parent 8953b0f commit 3c775aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class TwitchioException(Exception):
5252
class HTTPException(TwitchioException):
5353
"""Exception raised when an HTTP request fails.
5454
55-
This exception can be raised anywhere the :class:`twitchio.Client` or :class:`twitchio.commands.ext.Bot`
55+
This exception can be raised anywhere the :class:`twitchio.Client` or :class:`twitchio.ext.commands.Bot`
5656
is used to make a HTTP request to the Twitch API.
5757
5858
Attributes

0 commit comments

Comments
 (0)