irclib: Fix typo in the introduction of ChannelState

This commit is contained in:
2022-03-08 22:44:30 +01:00
parent 6e203b9f78
commit 7a41dc185d

View File

@ -46,7 +46,7 @@ Used as the ``fsm`` attribute of :py:class:`supybot.irclib.IrcState` objects
ChannelState ChannelState
============ ============
Used mainly as the `channels['#chan']` attribute of Used mainly as the ``.state.channels['#chan']`` attribute of
:py:class:`supybot.irclib.Irc` objects. :py:class:`supybot.irclib.Irc` objects.
.. autoclass:: supybot.irclib.ChannelState .. autoclass:: supybot.irclib.ChannelState