fixed indentation in logistic regression documentation
authorRahul Kavi <leorahul16@gmail.com>
Tue, 5 Nov 2013 23:13:05 +0000 (18:13 -0500)
committerMaksim Shabunin <maksim.shabunin@itseez.com>
Mon, 18 Aug 2014 15:06:57 +0000 (19:06 +0400)
modules/ml/doc/logistic_regression.rst

index 3fd71d3..c3236c7 100644 (file)
@@ -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``.