Skip to content

Commit 8a68757

Browse files
committed
Fix lint issues kernc#195
1 parent 67e2fff commit 8a68757

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
@@ -106,7 +106,7 @@ def I(self, # noqa: E741, E743
106106
circle instead of a connected line segment (default).
107107
108108
If `histogram` is `True`, the indicator values will be plotted
109-
as a histogram instead of line or circle. When `histogram` is
109+
as a histogram instead of line or circle. When `histogram` is
110110
`True`, 'scatter' value will be ignored even if it's set.
111111
112112
Additional `*args` and `**kwargs` are passed to `func` and can

0 commit comments

Comments
 (0)