Skip to content

Commit

Permalink
fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jocon15 committed Jan 11, 2025
1 parent 2d541fc commit 36fc09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StockBench/indicators/ema/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, indicator_symbol):
super().__init__(indicator_symbol, side=Trigger.AGNOSTIC)

def additional_days_from_rule_key(self, rule_key) -> int:
"""Calculate the additional days required.
"""Calculate the additional days required from rule key.
Args:
rule_key (any): The key value from the strategy.
Expand Down

0 comments on commit 36fc09b

Please sign in to comment.