Skip to content

Commit 870ae2d

Browse files
author
Sam McHardy
committed
Fix comment
1 parent 0d3473a commit 870ae2d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

binance/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3177,7 +3177,7 @@ def margin_stream_close(self, listenKey):
31773177
# Lending Endpoints
31783178

31793179
def get_lending_product_list(self, **params):
3180-
"""Query Sub-account List.
3180+
"""Get Lending Product List
31813181
31823182
https://binance-docs.github.io/apidocs/spot/en/#get-flexible-product-list-user_data
31833183
@@ -3302,7 +3302,6 @@ def get_sub_account_list(self, **params):
33023302
]
33033303
}
33043304
3305-
33063305
:raises: BinanceRequestException, BinanceAPIException
33073306
33083307
"""

0 commit comments

Comments
 (0)