Skip to content

Commit 585789b

Browse files
authored
docs: fix typos in AutoBot (#512)
Signed-off-by: Danilo Rezende <[email protected]>
1 parent 2292278 commit 585789b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/ext/commands/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def modules(self) -> Mapping[str, types.ModuleType]:
812812
class AutoBot(Bot, AutoClient):
813813
"""The TwitchIO :class:`~twitchio.ext.commands.AutoBot` class used to easily manage Twitch Conduits and Shards.
814814
815-
This class beahves idential to :class:`~twitchio.ext.commands.Bot` with the addition of inheriting from
815+
This class behaves identically to :class:`~twitchio.ext.commands.Bot` with the addition of inheriting from
816816
:class:`~twitchio.AutoClient`. See: :class:`~twitchio.AutoClient` for more details on how this class differs from
817817
the :class:`~twitchio.ext.commands.Bot` which inherits from :class:`~twitchio.Client`.
818818
"""

0 commit comments

Comments
 (0)