David-Woroniuk / Historic_Crypto

An open source Python library for scraping Historical Cryptocurrency data.
MIT License
90 stars 30 forks source link

Annoying typo in module name Cyptocurrencies (should be Cryptocurrencies) #11

Closed jmfrank63 closed 2 years ago

jmfrank63 commented 2 years ago

This is unpleasant, as correcting it might break the API. However, it should be addressed, as your module is very useful and will be used in the future.

You might do a deprecation warning in first and announce breaking changes once you bump to 1.0 remove the old name.

If you are interested, I could try to address this.

David-Woroniuk commented 2 years ago

This is a typo in the script name and has been modified. It is not persistent within the old package therefore does not require a deprecation warning.