Skip to content

Commit

Permalink
Merge pull request #157 from Mrmaxmeier/patch-1
Browse files Browse the repository at this point in the history
added a word
  • Loading branch information
Lawouach committed Feb 9, 2015
2 parents 84e8589 + b9a5873 commit 92bb1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Other useful methods to implement are:
You may want to know if the connection is currently usable or :attr:`terminated <ws4py.websocket.WebSocket.terminated>`.

At that stage, the subclass is still not connected to any data source. The way ws4py is designed, you don't
necessarily a connected socket, in fact, you don't even need a socket at all.
necessarily need a connected socket, in fact, you don't even need a socket at all.


.. code-block:: python
Expand Down

0 comments on commit 92bb1e7

Please sign in to comment.