summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2024-05-18 00:09:38 -0700
committerDanglewood <85772166+deeleeramone@users.noreply.github.com>2024-05-18 00:09:38 -0700
commitf012d630c0dc36138894a3464f317ea4fa03e02a (patch)
treeb19156552df16740bc0da8529ffdd30404b02887
parent8e646d12e0f8d46306a5a0bbe39341bc47e9a0d4 (diff)
codespell
-rw-r--r--openbb_platform/providers/fmp/openbb_fmp/models/forward_ebitda_estimates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/providers/fmp/openbb_fmp/models/forward_ebitda_estimates.py b/openbb_platform/providers/fmp/openbb_fmp/models/forward_ebitda_estimates.py
index 849e4bca607..3da4fe24d11 100644
--- a/openbb_platform/providers/fmp/openbb_fmp/models/forward_ebitda_estimates.py
+++ b/openbb_platform/providers/fmp/openbb_fmp/models/forward_ebitda_estimates.py
@@ -67,7 +67,7 @@ class FMPForwardEbitdaEstimatesFetcher(
List[FMPForwardEbitdaEstimatesData],
]
):
- """FMP Foward EBITDA Estimates Fetcher."""
+ """FMP Forward EBITDA Estimates Fetcher."""
@staticmethod
def transform_query(params: Dict[str, Any]) -> FMPForwardEbitdaEstimatesQueryParams: