From 0646e53d24df78d76e20215482d2c5af51f668b8 Mon Sep 17 00:00:00 2001 From: "wangwenxi.handsome" Date: Tue, 13 Jul 2021 21:07:38 +0800 Subject: [PATCH] fix spell error --- qlib/backtest/executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/backtest/executor.py b/qlib/backtest/executor.py index 8c32077e7..009e3300f 100644 --- a/qlib/backtest/executor.py +++ b/qlib/backtest/executor.py @@ -215,7 +215,7 @@ class BaseExecutor: execute_result : List[object] the executed result for trade decision. ** NOTE!!!! **: - 1) This is necessary, The return value of geenrator will be used in NestedExecutor + 1) This is necessary, The return value of generator will be used in NestedExecutor 2) Please note the executed results are not merged. Yields