fix: plural noun to reference unordered list

This commit is contained in:
Javis Sullivan
2016-03-27 16:32:10 -04:00
parent e4dc1413e6
commit bd5743541d

View File

@@ -276,7 +276,7 @@ On the other hand, for a WebSocket client protocol, ``onConnect()`` will fire wi
def onConnect(self, response):
print("Connected to Server: {}".format(response.peer))
In this callback you can do thing like
In this callback you can do things like
* checking or setting cookies or other HTTP headers
* verifying the client IP address