diff --git a/qlib/utils/resam.py b/qlib/utils/resam.py index 018cf7e099..f41355e3fd 100644 --- a/qlib/utils/resam.py +++ b/qlib/utils/resam.py @@ -109,7 +109,7 @@ def resam_ts_data( """ Resample value from time-series data - - If `feature` has MultiIndex[instrument, datetime], apply the `method` to each instruemnt data with datetime in [start_time, end_time] + - If `feature` has MultiIndex[instrument, datetime], apply the `method` to each instrument data with datetime in [start_time, end_time] Example: .. code-block::