fix spelling mistake

This commit is contained in:
Eran Rundstein
2016-02-04 11:23:45 -08:00
parent a6f1f4e4fc
commit 71fcffa02a
+1 -1
View File
@@ -78,7 +78,7 @@ WebSocket Interface
The websocket interface that is passed into your routes is
`provided by gevent-websocket <https://bitbucket.org/noppo/gevent-websocket>`_.
The basic methods are fairly straitforward — 
The basic methods are fairly straightforward — 
``send``, ``receive``, ``send_frame``, and ``close``.