sammchardy / python-binance

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

Fix method name typo in Client.futures_comission_rate #1356

Closed leo4048111 closed 9 months ago

leo4048111 commented 10 months ago

The phrase comission in Client.futures_comission_rate seems like a typo. Changing it to "commission" makes more sense.

sammchardy commented 9 months ago

Thanks @leo4048111