From aeaf0ad2e178092a59d34d9fbe29787eae4b9b57 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 3 Feb 2020 13:12:54 -0800 Subject: [PATCH] documentation fix --- notebooks/saturating_forecasts.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/saturating_forecasts.ipynb b/notebooks/saturating_forecasts.ipynb index 1aa4eeb..9f0056e 100644 --- a/notebooks/saturating_forecasts.ipynb +++ b/notebooks/saturating_forecasts.ipynb @@ -156,7 +156,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We make a dataframe for future predictions as before, except we must also specify the capacity in the future. Here we keep capacity constant at the same value as in the history, and forecast 3 years into the future:" + "We make a dataframe for future predictions as before, except we must also specify the capacity in the future. Here we keep capacity constant at the same value as in the history, and forecast 5 years into the future:" ] }, {