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