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
|
||||
Charmeleon
|
||||
...
|
||||
Keldeo
|
||||
Meloetta
|
||||
Genesect
|
||||
Xerneas
|
||||
Yveltal
|
||||
Zygarde
|
||||
|
||||
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
|
||||
...
|
||||
Zweilous
|
||||
Zygarde
|
||||
|
||||
|
||||
Filtering
|
||||
|
@ -169,9 +169,9 @@ example:
|
|||
Petal Dance (120)
|
||||
Power Whip (120)
|
||||
Seed Flare (120)
|
||||
SolarBeam (120)
|
||||
Solar Beam (120)
|
||||
Wood Hammer (120)
|
||||
Leaf Storm (140)
|
||||
Leaf Storm (130)
|
||||
Frenzy Plant (150)
|
||||
|
||||
That concludes our brief tutorial.
|
||||
|
|
Loading…
Reference in a new issue