From 6d9225348cd7904269de151ceebd144eca223f17 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Fri, 7 Nov 2025 12:39:17 +0700 Subject: [PATCH] Fix typos in docs/client.rst --- docs/client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client.rst b/docs/client.rst index 64cbec88..1e23c749 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -280,7 +280,7 @@ remaining arguments are the same as for a regular event handler. The ``connect`` and ``disconnect`` events have to be defined explicitly and are not invoked on a catch-all event handler. -Similarily, a "catch-all" namespace handler is invoked for any connected +Similarly, a "catch-all" namespace handler is invoked for any connected namespaces that do not have an explicitly defined event handler. As with catch-all events, ``'*'`` is used in place of a namespace::