From 7a41dc185d97d8f1e43330e2095082fb415fe072 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 8 Mar 2022 22:44:30 +0100 Subject: [PATCH] irclib: Fix typo in the introduction of ChannelState --- develop/irclib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/irclib.rst b/develop/irclib.rst index 64ff8f6..ebccdce 100644 --- a/develop/irclib.rst +++ b/develop/irclib.rst @@ -46,7 +46,7 @@ Used as the ``fsm`` attribute of :py:class:`supybot.irclib.IrcState` objects ChannelState ============ -Used mainly as the `channels['#chan']` attribute of +Used mainly as the ``.state.channels['#chan']`` attribute of :py:class:`supybot.irclib.Irc` objects. .. autoclass:: supybot.irclib.ChannelState