From 68533b9a442c87fbebc40848d8f495d9a62d5d12 Mon Sep 17 00:00:00 2001 From: LDericher <40151420+ldericher@users.noreply.github.com> Date: Fri, 3 Sep 2021 03:12:22 +0200 Subject: [PATCH] typo --- fftcg/ttsdeck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fftcg/ttsdeck.py b/fftcg/ttsdeck.py index bd5d566..7fd08e9 100644 --- a/fftcg/ttsdeck.py +++ b/fftcg/ttsdeck.py @@ -68,7 +68,7 @@ class TTSDeck(Cards): "PR-055": "11-062", } - # replace with non + # replace with normal-art cards for card in deck_cards: if card["code"] in replace_full_arts: card["code"] = replace_full_arts[card["code"]]