fixed indentation in logistic regression documentation

This commit is contained in:
Rahul Kavi 2013-11-05 18:13:05 -05:00 committed by Maksim Shabunin
parent 7c97dbc196
commit e4ef0e0ca8

View 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``.