Skip to content

Commit 02cf727

Browse files
committed
typo
1 parent c8cfa1a commit 02cf727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ws4py provides high-level, yet simple, interface to provide your application wit
77
88
from ws4py.websocket import WebSocket
99
10-
The :class:`WebSocket <ws4py.websocket.WebSocket>` should be sub-classes by your application to make something sensible with it. To the very least we suggest you override the :func:`received_message(message) <ws4py.websocket.WebSocket.received_message>` method.
10+
The :class:`WebSocket <ws4py.websocket.WebSocket>` class should be sub-classed by your application to make something sensible with it. To the very least we suggest you override the :func:`received_message(message) <ws4py.websocket.WebSocket.received_message>` method.
1111

1212
For instance a straightforward echo application would look like this:
1313

0 commit comments

Comments
 (0)