From b565048e8fdec001e0b3a83fee94c6f8a195ff7d Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 9 May 2024 22:31:50 +0200 Subject: [PATCH] docs --- unicorn_binance_websocket_api/manager.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 """