From e4ef0e0ca8dfa51b5221a0d66c6931e8f71e22f0 Mon Sep 17 00:00:00 2001 From: Rahul Kavi Date: Tue, 5 Nov 2013 18:13:05 -0500 Subject: [PATCH] fixed indentation in logistic regression documentation --- modules/ml/doc/logistic_regression.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ml/doc/logistic_regression.rst b/modules/ml/doc/logistic_regression.rst index 3fd71d377..c3236c7de 100644 --- a/modules/ml/doc/logistic_regression.rst +++ b/modules/ml/doc/logistic_regression.rst @@ -140,7 +140,7 @@ LogisticRegression::LogisticRegression -------------------------------------- The constructors. -.. ocv:function:: LogisticRegression( const LogisticRegressionParams& params) +.. ocv:function:: LogisticRegression::LogisticRegression( const LogisticRegressionParams& params) :param params: The training parameters for the classifier of type ``LogisticRegressionParams``.