Skip to content

Commit

Permalink
Fix lint issues kernc#195
Browse files Browse the repository at this point in the history
  • Loading branch information
zlpatel committed Jun 15, 2021
1 parent 67e2fff commit 8a68757
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 @@ -106,7 +106,7 @@ def I(self, # noqa: E741, E743
circle instead of a connected line segment (default).
If `histogram` is `True`, the indicator values will be plotted
as a histogram instead of line or circle. When `histogram` is
as a histogram instead of line or circle. When `histogram` is
`True`, 'scatter' value will be ignored even if it's set.
Additional `*args` and `**kwargs` are passed to `func` and can
Expand Down

0 comments on commit 8a68757

Please sign in to comment.