File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ cdef class WSListener:
408408 Called after websocket handshake is complete and websocket is ready to send and receive frames.
409409 Initiate disconnect if exception is thrown by user handler.
410410
411- * client side: the exception will transferred to and reraised by :any:`wait_disconnected`.
411+ * client side: the exception will be transferred to and reraised by :any:`wait_disconnected`.
412412 * server side: the exception will be 'swallowed' by the library and logged at the ERROR level.
413413
414414 :param transport: :any:`WSTransport` object
@@ -424,7 +424,7 @@ cdef class WSListener:
424424 or :any:`ws_create_server`.
425425 In such case:
426426
427- * client side: the exception will transferred to and reraised by :any:`wait_disconnected`.
427+ * client side: the exception will be transferred to and reraised by :any:`wait_disconnected`.
428428 * server side: the exception will be 'swallowed' by the library and logged at the ERROR level.
429429
430430 .. DANGER::
You can’t perform that action at this time.
0 commit comments