remove default value in docstring

This commit is contained in:
Kevin Keraudren
2016-05-10 19:31:51 +01:00
parent 307a4e9936
commit 6f4cbebd6d
+1 -1
View File
@@ -765,7 +765,7 @@ def ransac(data, model_class, min_samples, residual_threshold,
where the probability (confidence) is typically set to a high value
such as 0.99, and e is the current fraction of inliers w.r.t. the
total number of samples.
random_state : int, RandomState instance or None, optional (default=None)
random_state : int, RandomState instance or None, optional
If int, random_state is the seed used by the random number generator;
If RandomState instance, random_state is the random number generator;
If None, the random number generator is the RandomState instance used