From f5289a30a78b75f4cd074a22fe51f4ae24ca777a Mon Sep 17 00:00:00 2001 From: AXVin <35896758+AXVin@users.noreply.github.com> Date: Mon, 20 Jul 2020 18:01:13 +0530 Subject: [PATCH] Fix typo in on_socket_raw_send documentation --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 33c23a30f..5469f9b82 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -203,7 +203,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. .. note:: - This is only for the messages received from the client + This is only for the messages sent from the client WebSocket. The voice WebSocket will not trigger this event. :param payload: The message that is about to be passed on to the