From 0f6535d9bef0d141b3808b79454138b24711e219 Mon Sep 17 00:00:00 2001 From: shawpan Date: Sat, 31 Oct 2015 23:21:49 +0600 Subject: [PATCH] Fixed user guide link in ransac.py #5621 --- sklearn/linear_model/ransac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/linear_model/ransac.py b/sklearn/linear_model/ransac.py index 717cbde80514c..12c45b26aa567 100644 --- a/sklearn/linear_model/ransac.py +++ b/sklearn/linear_model/ransac.py @@ -60,7 +60,7 @@ class RANSACRegressor(BaseEstimator, MetaEstimatorMixin, RegressorMixin): A detailed description of the algorithm can be found in the documentation of the ``linear_model`` sub-package. - Read more in the :ref:`User Guide `. + Read more in the :ref:`User Guide `. Parameters ----------