Tweaked TestWebSocketProtocol class documentation (copy/paste typo)

This commit is contained in:
David Marquis 2017-01-30 09:43:53 -05:00
parent 71f6052fb3
commit 7b091d417d

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):