Skip to content

Commit 6876ed1

Browse files
committed
Fix typo
1 parent f19d0b1 commit 6876ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if __name__ == "__main__":
107107
The framework also supports backtesting and performing backtest experiments. After
108108
a backtest, you can print a report that shows the performance of your trading bot.
109109

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

112112
### Backtesting report
113113
You can use the ```pretty_print_backtest``` function to print a backtest report.

0 commit comments

Comments
 (0)