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 ----------