Skip to content

Commit

Permalink
Reflow the doc to fit into screen width
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed May 26, 2015
1 parent d083e96 commit f3f7ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/client_websockets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ websocket server using response's methods:

.. code-block:: python
ws = yield from aiohttp.ws_connect('http://webscoket-server.org/endpoint')
ws = yield from aiohttp.ws_connect(
'http://webscoket-server.org/endpoint')
while True:
msg = yield from ws.receive()
Expand Down

0 comments on commit f3f7ba7

Please sign in to comment.