PokeAPI / pokebase

Python 3 wrapper for Pokéapi v2
BSD 3-Clause "New" or "Revised" License
286 stars 53 forks source link

Fix sprite example error #36

Closed C-Garza closed 2 years ago

C-Garza commented 2 years ago

The SpriteResource example in the README uses the old other_sprites instead of other, which was changed in #29. This should fix that.