1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 19:10:58 +08:00

fix spell error

This commit is contained in:
wangwenxi.handsome
2021-07-13 21:07:38 +08:00
committed by you-n-g
parent ca14e36f7a
commit 0646e53d24

View File

@@ -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