mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-24 20:33:04 +00:00
typo
This commit is contained in:
parent
2b794c0ec6
commit
c7c2c46f49
1 changed files with 2 additions and 2 deletions
|
@ -723,12 +723,12 @@ class PokemonResource(PokeapiCommonViewset):
|
|||
|
||||
@extend_schema(
|
||||
description='A Pokémon Species forms the basis for at least one Pokémon. Attributes of a Pokémon species are shared across all varieties of Pokémon within the species. A good example is Wormadam; Wormadam is the species which can be found in three different varieties, Wormadam-Trash, Wormadam-Sandy and Wormadam-Plant.',
|
||||
summary='Get pokemon spec',
|
||||
summary='Get pokemon species',
|
||||
tags=[ 'pokemon' ],
|
||||
)
|
||||
@extend_schema_view(
|
||||
list=extend_schema(
|
||||
summary='List pokemon specs',
|
||||
summary='List pokemon species',
|
||||
)
|
||||
)
|
||||
class PokemonSpeciesResource(PokeapiCommonViewset):
|
||||
|
|
Loading…
Reference in a new issue