From 312fef9cf070a2cbb95df3358f4971f768f65647 Mon Sep 17 00:00:00 2001 From: Jamie Coombes Date: Thu, 7 Sep 2023 15:36:22 +0100 Subject: [PATCH] Typo in README.md histotic -> historic (#902) thanks! --- examples/metric-forecast/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/metric-forecast/README.md b/examples/metric-forecast/README.md index 63df3f551..798689041 100644 --- a/examples/metric-forecast/README.md +++ b/examples/metric-forecast/README.md @@ -19,7 +19,7 @@ meta: ## Make a forecast -First, we write a function that will fit a given DataFrame and make a prediction based on that fit. Assuming we already have a DataFrame with histotic data, fitting this data using prophet is done like this: +First, we write a function that will fit a given DataFrame and make a prediction based on that fit. Assuming we already have a DataFrame with historic data, fitting this data using prophet is done like this: ```python from fbprophet import Prophet