From 12c005c732ecff24b33139378d116c4531a1286d Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Sat, 2 Nov 2019 23:59:08 +0100 Subject: [PATCH] Minor typo fix s/proided/provided/ --- backtesting/backtesting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backtesting/backtesting.py b/backtesting/backtesting.py index ff52d512..39ec1850 100644 --- a/backtesting/backtesting.py +++ b/backtesting/backtesting.py @@ -935,7 +935,7 @@ def plot(self, *, results: pd.Series = None, filename=None, plot_width=None, """ Plot the progression of the last backtest run. - If `results` is proided, it should be a particular result + If `results` is provided, it should be a particular result `pd.Series` such as returned by `backtesting.backtesting.Backtest.run` or `backtesting.backtesting.Backtest.optimize`, otherwise the last