Skip to content

Commit b3cfaff

Browse files
AndreMiraskernc
authored andcommitted
DOC: Minor typo fix s/proided/provided/ (#22)
1 parent a46d72a commit b3cfaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtesting/backtesting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ def plot(self, *, results: pd.Series = None, filename=None, plot_width=None,
935935
"""
936936
Plot the progression of the last backtest run.
937937
938-
If `results` is proided, it should be a particular result
938+
If `results` is provided, it should be a particular result
939939
`pd.Series` such as returned by
940940
`backtesting.backtesting.Backtest.run` or
941941
`backtesting.backtesting.Backtest.optimize`, otherwise the last

0 commit comments

Comments
 (0)