From 66d9bd1a687492d07ea0b57d337d1be85816199b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Domaga=C5=82a?= <54290898+maciejdomagala@users.noreply.github.com> Date: Fri, 18 Dec 2020 10:52:39 +0100 Subject: [PATCH] fixing typos #3 I just randomly find these by the way. Good work on the framework! --- 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 23e8b5185..74df39f3e 100644 --- a/qlib/contrib/strategy/strategy.py +++ b/qlib/contrib/strategy/strategy.py @@ -30,7 +30,7 @@ class BaseStrategy: Parameters ----------- - score_series : pd.Seires + score_series : pd.Series stock_id , score. current : Position() current state of position.