diff --git a/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx b/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx index 783bd2b5eba098469a3a8b3ebb52bf1f77441fdf..35bfe6716a5d72625bf92c1adaa300282d8e3fa2 100644 --- a/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx +++ b/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx @@ -56,9 +56,9 @@ protected: SetDocLongDescription( "This application trains a regression algorithm based on " "a predictor geometries and a list of features to consider for " "regression.\nThis application is based on LibSVM, OpenCV Machine " - "Learning (2.3.1 and later), and Shark ML The output of this application " + "Learning (2.3.1 and later), and Shark ML. The output of this application " "is a text model file, whose format corresponds to the ML model type " - "chosen. There is no image nor vector data output."); + "chosen. There is no image or vector data output."); SetDocLimitations("None"); SetDocAuthors( "OTB Team" ); SetDocSeeAlso( "TrainVectorClassifier" );