Skip to content

Commit 2292278

Browse files
committed
Correct typo in logging
1 parent 4e8ac79 commit 2292278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3606,7 +3606,7 @@ async def multi_subscribe(
36063606
Cannot subscribe when no Conduit is associated with this Client.
36073607
"""
36083608
if not self._conduit_info.conduit:
3609-
raise MissingConduit("Unable to subscribe as a Conduit has not beed associated with %r.", self)
3609+
raise MissingConduit("Unable to subscribe as a Conduit has not been associated with %r.", self)
36103610

36113611
if wait:
36123612
return await self._multi_sub(subscriptions, stop_on_error=stop_on_error)

0 commit comments

Comments
 (0)