mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix doctest to actually pass with the new Pokémon species/names.
This commit is contained in:
parent
48d4ff5e97
commit
37110889b1
1 changed files with 6 additions and 6 deletions
|
@ -108,9 +108,9 @@ For example, you can get a list of all pokémon species, sorted by their
|
||||||
Charmander
|
Charmander
|
||||||
Charmeleon
|
Charmeleon
|
||||||
...
|
...
|
||||||
Keldeo
|
Xerneas
|
||||||
Meloetta
|
Yveltal
|
||||||
Genesect
|
Zygarde
|
||||||
|
|
||||||
Or to order by :attr:`~pokedex.db.tables.PokemonSpecies.name`:
|
Or to order by :attr:`~pokedex.db.tables.PokemonSpecies.name`:
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ Or to order by :attr:`~pokedex.db.tables.PokemonSpecies.name`:
|
||||||
|
|
||||||
Abomasnow
|
Abomasnow
|
||||||
...
|
...
|
||||||
Zweilous
|
Zygarde
|
||||||
|
|
||||||
|
|
||||||
Filtering
|
Filtering
|
||||||
|
@ -171,7 +171,7 @@ example:
|
||||||
Seed Flare (120)
|
Seed Flare (120)
|
||||||
Solar Beam (120)
|
Solar Beam (120)
|
||||||
Wood Hammer (120)
|
Wood Hammer (120)
|
||||||
Leaf Storm (140)
|
Leaf Storm (130)
|
||||||
Frenzy Plant (150)
|
Frenzy Plant (150)
|
||||||
|
|
||||||
That concludes our brief tutorial.
|
That concludes our brief tutorial.
|
||||||
|
|
Loading…
Reference in a new issue