diff --git a/unicorn_binance_websocket_api/manager.py b/unicorn_binance_websocket_api/manager.py index 5c4126fb1e..c1308953b1 100644 --- a/unicorn_binance_websocket_api/manager.py +++ b/unicorn_binance_websocket_api/manager.py @@ -4561,9 +4561,9 @@ def subscribe_to_stream(self, stream_id: str = None, channels=None, markets=None :param stream_id: id of a stream :type stream_id: str - :param channels: provide the channels you wish to stream + :param channels: provide the channels you wish to subscribe :type channels: str, tuple, list, set - :param markets: provide the markets you wish to stream + :param markets: provide the markets you wish to subscribe :type markets: str, tuple, list, set :return: bool """ @@ -4670,9 +4670,9 @@ def unsubscribe_from_stream(self, stream_id: str = None, channels=None, markets= :param stream_id: id of a stream :type stream_id: str - :param channels: provide the channels you wish to stream + :param channels: provide the channels you wish to unsubscribe :type channels: str, tuple, list, set - :param markets: provide the markets you wish to stream + :param markets: provide the markets you wish to unsubscribe :type markets: str, tuple, list, set :return: bool """