📝 typo

This commit is contained in:
StarHeart 2021-06-15 09:53:25 +08:00 committed by GitHub
parent 76c830739c
commit edb7c79acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -354,5 +354,5 @@ class WebSocket(HTTPConnection, abc.ABC):
@abc.abstractmethod @abc.abstractmethod
async def send_bytes(self, data: bytes): async def send_bytes(self, data: bytes):
"""发送一条 WebSocket text 信息""" """发送一条 WebSocket binary 信息"""
raise NotImplementedError raise NotImplementedError