Skip to content

Commit 9346567

Browse files
authored
fix typos (#18)
1 parent 22d862c commit 9346567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tcgdexsdk/models/Card.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ class Card(Model):
3131
"""The card possible variants"""
3232
set: SetResume
3333
"""Resume of the set the card belongs to"""
34-
dexIDs: Optional[List[int]]
34+
dexId: Optional[List[int]]
3535
"""the Pokémon Pokédex IDs (multiple if multiple pokémon appears on the card)"""
3636
hp: Optional[int]
3737
"""HP of the pokemon"""
3838
types: Optional[List[str]]
3939
"""Types of the pokemon (multiple because some have multiple in the older sets)"""
40-
evolvesFrom: Optional[str]
40+
evolveFrom: Optional[str]
4141
"""Name of the pokemon this one evolves from"""
4242
description: Optional[str]
4343
"""the Pokémon Pokédex like description"""

0 commit comments

Comments
 (0)