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