websockets_handshake -> websocket_handshake

The plural feels awkward.
This commit is contained in:
Aldo Cortesi
2016-10-03 10:18:36 +11:00
parent b0add569b9
commit b735694653
5 changed files with 7 additions and 7 deletions

View File

@@ -128,7 +128,7 @@ HTTP Events
WebSockets Events
^^^^^^^^^^^^^^^^^
.. py:function:: websockets_handshake(context, flow)
.. py:function:: websocket_handshake(context, flow)
Called when a client wants to establish a WebSockets connection.
The WebSockets-specific headers can be manipulated to manipulate the handshake.