Skip to content

Commit

Permalink
i forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
EllieJaybee committed Nov 16, 2022
1 parent 7d77f8e commit 3498eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Usage
import yugioh
card = yugioh.get_card(card_name = "The Wicked Dreadroot") #Accepts both name and ID
card = yugioh.get_card("The Wicked Dreadroot") #Accepts both name and ID
print(card.name) #Returns "The Wicked Dreadroot"
print(card.archetype) #Returns "Wicked God"
print(card.atk) #Returns "4000"
Expand Down

0 comments on commit 3498eab

Please sign in to comment.