Skip to content

Commit

Permalink
Fixed typo in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaals authored and TwitchIOManager-Bot committed May 20, 2019
1 parent d163b48 commit 31685be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchio/ext/commands/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_channel(self, name: str):
except KeyError:
return None

# Basically the cache doesn't store channels naturally, instead if stores a channel key
# Basically the cache doesn't store channels naturally, instead it stores a channel key
# With the associated users as a set.
# We create a Channel here and return it only if the cache has that channel key.

Expand Down

0 comments on commit 31685be

Please sign in to comment.