Skip to content

Commit c577316

Browse files
author
taras
committed
Fix typo
1 parent c42445e commit c577316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

picows/picows.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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::

0 commit comments

Comments
 (0)