sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
6.01k stars 2.2k forks source link

Update client.py to fix docstring #1393

Closed BlockDweller closed 1 month ago

BlockDweller commented 8 months ago

Docstring in function futures_api_trading_status is wrong (it was referring to adlQuantile information, which is related to a different endpoint.

sammchardy commented 1 month ago

Thanks @BlockDweller