From fd0509e65294cff6608d21a903c167df77558fdf Mon Sep 17 00:00:00 2001 From: 1Kill2Steal <171241044+1Git2Clone@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:09:04 +0300 Subject: [PATCH] Updated JSON respone class Doc String --- CurrencyConversion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CurrencyConversion.py b/CurrencyConversion.py index 8b7e2d1..bdac0bc 100644 --- a/CurrencyConversion.py +++ b/CurrencyConversion.py @@ -246,7 +246,7 @@ class HistoricalFastForexResponseJSON(TypedDict): ``` This program makes use of the Self["results"][`output_currency`] value. - where the output_currency varies based on the user input. + where the `output_currency` variable varies based on the user input. """ date: str