From 37110889b11fa9afc1bfb11b8db1a4507fb77cdf Mon Sep 17 00:00:00 2001 From: Epithumia Date: Sun, 22 Dec 2013 19:28:11 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20doctest=20to=20actually=20pass=20with=20t?= =?UTF-8?q?he=20new=20Pok=C3=A9mon=20species/names.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/usage.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/usage.rst b/doc/usage.rst index 2d3c08b..50b39fc 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -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.