From e57209e4d4401c96a0b404f8829c795584c9b0b7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 20 Aug 2024 21:17:55 +0200 Subject: [PATCH] docs: slight wording --- docs/general-usage.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/general-usage.md b/docs/general-usage.md index 16812c4d..8829b783 100644 --- a/docs/general-usage.md +++ b/docs/general-usage.md @@ -46,9 +46,8 @@ def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame # The resulting dataframe will have 5 resampled columns in addition to the regular columns, # following the template resample__. - # So in the above example: + # So in the above example, the column names would be: # ['resample_240_open', 'resample_240_high', 'resample_240_low','resample_240_close', 'resample_240_cmf'] return dataframe ``` -