Fix typo in on_socket_raw_send documentation

This commit is contained in:
AXVin 2020-07-20 18:01:13 +05:30 committed by Rapptz
parent b43658f6ff
commit f5289a30a7

View File

@ -203,7 +203,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
.. note:: .. 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. WebSocket. The voice WebSocket will not trigger this event.
:param payload: The message that is about to be passed on to the :param payload: The message that is about to be passed on to the