Tweaked TestWebSocketProtocol class documentation (copy/paste typo) (#74)

This commit is contained in:
David Marquis 2017-01-30 13:17:49 -05:00 committed by Andrew Godwin
parent 71f6052fb3
commit ccc804fd6a

View File

@ -9,7 +9,7 @@ from ..http_protocol import HTTPFactory
class TestWebSocketProtocol(TestCase):
"""
Tests that the HTTP protocol class correctly generates and parses messages.
Tests that the WebSocket protocol class correctly generates and parses messages.
"""
def setUp(self):