summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2024-06-30 09:48:12 -0700
committerGitHub <noreply@github.com>2024-06-30 09:48:12 -0700
commit77629d6b923eb8b8b9390c96be924df1b8198832 (patch)
tree1d232d6b3b2ff7a074aaee2cc82a715213d324e4
parent5458c6679d90cbc03e371d5f43a9f3ab2b31d1b5 (diff)
fix typo.
-rw-r--r--openbb_platform/core/openbb_core/provider/standard_models/futures_curve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/core/openbb_core/provider/standard_models/futures_curve.py b/openbb_platform/core/openbb_core/provider/standard_models/futures_curve.py
index da8a29fbd64..2afd1cf8a60 100644
--- a/openbb_platform/core/openbb_core/provider/standard_models/futures_curve.py
+++ b/openbb_platform/core/openbb_core/provider/standard_models/futures_curve.py
@@ -38,6 +38,6 @@ class FuturesCurveData(Data):
expiration: str = Field(description="Futures expiration month.")
price: float = Field(
default=None,
- description="The priec of the futures contract.",
+ description="The price of the futures contract.",
json_schema_extra={"x-unit_measurement": "currency"},
)