From 8363609637d79cdbe0b4ff2525d81e28b9875d25 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 18 Nov 2024 07:05:13 +0100 Subject: [PATCH] chore: fix typo in comment --- freqtrade/util/coin_gecko.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/util/coin_gecko.py b/freqtrade/util/coin_gecko.py index 47b80875b..f754e9bc0 100644 --- a/freqtrade/util/coin_gecko.py +++ b/freqtrade/util/coin_gecko.py @@ -13,7 +13,7 @@ class FtCoinGeckoApi(CoinGeckoAPI): def __init__(self, api_key: str = "", *, is_demo=True, retries=5): super().__init__(retries=retries) - # Doint' pass api_key to parent, instead set the header on the session directly + # Don't pass api_key to parent, instead set the header on the session directly self._api_key = api_key if api_key and not is_demo: