seemethere / nba_py

Python client for NBA statistics located at stats.nba.com
BSD 3-Clause "New" or "Revised" License
1.05k stars 256 forks source link

Typo in TeamOpponentSplits #84

Closed VitamintK closed 6 years ago

VitamintK commented 7 years ago

I believe there is a typo in TeamOpponentSplits. by_opponent should return _api_scrape(self.json, 3) instead of _api_scrape(self.json, 2). I'll go ahead and submit a pull request if this is indeed an unintended error.

VitamintK commented 7 years ago

85

VitamintK commented 6 years ago

was fixed and merged