Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MDUYN committed Mar 22, 2024
1 parent f19d0b1 commit 6876ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if __name__ == "__main__":
The framework also supports backtesting and performing backtest experiments. After
a backtest, you can print a report that shows the performance of your trading bot.

To run a single backtest You can use the example code that can be found [here](./examples/backtest).
To run a single backtest you can use the example code that can be found [here](./examples/backtest).

### Backtesting report
You can use the ```pretty_print_backtest``` function to print a backtest report.
Expand Down

0 comments on commit 6876ed1

Please sign in to comment.