From c3c4827798a633243375c9cb273068084bf7bf3a Mon Sep 17 00:00:00 2001 From: "55448286+taizan-hokuto@users.noreply.github.com" Date: Sun, 3 Nov 2019 16:07:50 +0900 Subject: [PATCH] Fix currency name typo --- pytchat/processors/default/renderer/currency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytchat/processors/default/renderer/currency.py b/pytchat/processors/default/renderer/currency.py index 1959a79..42b2c3a 100644 --- a/pytchat/processors/default/renderer/currency.py +++ b/pytchat/processors/default/renderer/currency.py @@ -23,7 +23,7 @@ symbols = { "PLN\xa0": {"fxtext": "PLN", "jptext": "ポーランド・ズロチ"}, "R$": {"fxtext": "BRL", "jptext": "ブラジル・レアル"}, "RUB\xa0": {"fxtext": "RUB", "jptext": "ロシア・ルーブル"}, - "SEK\xa0": {"fxtext": "SEK", "jptext": "スウェーデン・クローネ"}, + "SEK\xa0": {"fxtext": "SEK", "jptext": "スウェーデン・クローナ"}, "£": {"fxtext": "GBP", "jptext": "英・ポンド"}, "₩": {"fxtext": "KRW", "jptext": "韓国・ウォン"}, "€": {"fxtext": "EUR", "jptext": "欧・ユーロ"},