From f26b3417363410531dbbb39e425bce6cf05528a1 Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:11:41 +0800 Subject: [PATCH] fix: spelling errors (#1996) Co-authored-by: XYUU --- qlib/utils/resam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/utils/resam.py b/qlib/utils/resam.py index 21c6a17ca..99aedfcd5 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::