From 73a23e220f8887f6e20b817386a836dd808e9317 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 6 Nov 2022 18:38:22 -0800 Subject: [PATCH] IrcState: fix typo in attribute docs capabilities_acq -> capabilities_ack --- src/irclib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irclib.py b/src/irclib.py index 0e84d6685..273681d5b 100644 --- a/src/irclib.py +++ b/src/irclib.py @@ -624,7 +624,7 @@ class IrcState(IrcCommandDispatcher, log.Firewalled): :type: Set[str] - .. attribute:: capabilities_acq + .. attribute:: capabilities_ack Set of all capabilities requested from and acknowledged by the server. See