📝 typo

This commit is contained in:
StarHeart
2021-06-15 09:53:25 +08:00
committed by GitHub
parent 76c830739c
commit edb7c79acf

View File

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