diff --git a/src/pages/2-model_creation.py b/src/pages/2-model_creation.py
index 6caaf3609f0567173a8f588f4a281a93398f0ec4..6ba279e338d2f1558044a188624b4bf0ca007d76 100644
--- a/src/pages/2-model_creation.py
+++ b/src/pages/2-model_creation.py
@@ -225,7 +225,7 @@ if not spectra.empty and not y.empty:
                     Reg.cv_data_['idxCV']['Fold' + str(i-1)] = folds[list(folds)[i-2]]
             Reg.CV_results_.sort_index(inplace = True)
             Reg.CV_results_.columns = ['Ypredicted_CV']
-            # if you want to display Reg.cv_data_ containing by fold YpredCV and idxCV
+            # if you want to display Reg.cv_data_ containing, by fold, YpredCV and idxCV
             # cv2.json(Reg.cv_data_)
             # Display end of modeling message on the interface
             info.empty()