Skip to content

Commit

Permalink
DOC: Minor typo fix s/proided/provided/ (kernc#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras authored and kernc committed Nov 3, 2019
1 parent a46d72a commit b3cfaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backtesting/backtesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3cfaff

Please sign in to comment.