roclark / sportsipy

A free sports API written for python
MIT License
475 stars 189 forks source link

Fixed issue with Detroit having city name as "Houston" in NHL docs #730

Open ZRCrawford15 opened 2 years ago

ZRCrawford15 commented 2 years ago

I found a typo in the NHL docs. Under the Roster section, it used 'DET' as an example team. But in the comment below the example, it stated that it showed players for "Houston". I think it is fairly safe to say that Detroit is not the same as Houston, and that this was just a mistake. I also updated some of the examples to be more up-to-date on the year, and instead of using a retired player from 2017-18 season, I replaced Zetterberg with Nathan Mackinnon.

Below is a current screenshot with the error.

Typo
ZRCrawford15 commented 2 years ago

This was my first ever contribution to a project. Hopefully, I followed all the contributing guidelines. Thanks for the awesome python package, I plan on using it for future projects!