fix: use examples property (example is deprecated), fix typo

This commit is contained in:
indyandie 2024-03-27 23:12:13 -05:00
parent 5e02a377cd
commit a5158e2164
No known key found for this signature in database
GPG key ID: FDB83C1AED3933E1
3 changed files with 692 additions and 475 deletions

File diff suppressed because it is too large Load diff

View file

@ -142,7 +142,7 @@ class BerryFlavorResource(PokeapiCommonViewset):
@extend_schema(
description="Characteristics indicate which stat contains a Pokémon's highest IV. A Pokémon's Characteristic is determined by the remainder of its highest IV divided by 5 (gene_modulo). Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Characteristic) for greater detail.",
summary="Get charecterictic",
summary="Get characteristic",
tags=["pokemon"],
)
@extend_schema_view(

File diff suppressed because it is too large Load diff