diff --git a/neuralprophet/df_utils.py b/neuralprophet/df_utils.py index fca7be26c..8a4c4dcb5 100644 --- a/neuralprophet/df_utils.py +++ b/neuralprophet/df_utils.py @@ -1080,7 +1080,7 @@ def create_dummy_datestamps( Examples -------- Adding dummy datestamps to a dataframe without datestamps. - To prepare the dataframe for training, import df_utils and insert your prefered dates. + To prepare the dataframe for training, import df_utils and insert your preferred dates. >>> from neuralprophet import df_utils >>> df_drop = df.drop("ds", axis=1) >>> df_dummy = df_utils.create_dummy_datestamps(