From e490e83a163d00d9304554e356790359b8495d5a Mon Sep 17 00:00:00 2001 From: Flouse Date: Wed, 24 Mar 2021 11:37:09 +0800 Subject: [PATCH] fix docs --- qlib/contrib/strategy/strategy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/contrib/strategy/strategy.py b/qlib/contrib/strategy/strategy.py index 550ff649d..4f8eb0ab1 100644 --- a/qlib/contrib/strategy/strategy.py +++ b/qlib/contrib/strategy/strategy.py @@ -251,7 +251,7 @@ class TopkDropoutStrategy(BaseStrategy, ListAdjustTimer): def generate_order_list(self, score_series, current, trade_exchange, pred_date, trade_date): """ - Gnererate order list according to score_series at trade_date, will not change current. + Generate order list according to score_series at trade_date, will not change current. Parameters -----------