[Mod] 改了一下注释

This commit is contained in:
nanoric 2018-10-10 04:52:11 -04:00
parent 486e6055e6
commit ab72e0303b

View File

@ -147,5 +147,5 @@ class WebsocketClient(object):
#----------------------------------------------------------------------
@abstractmethod
def onError(self, exceptionType, exceptionValue, tb):
"""错误回调"""
"""Python错误回调"""
pass