From 9edb35155a51bc43eb66379ee4c45c52a5c6dc7f Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 22 Dec 2020 07:47:02 +1100 Subject: [PATCH] docs: fix simple typo, variales -> variables There is a small typo in sklearn/utils/fixes.py. Should read `variables` rather than `variales`. --- sklearn/utils/fixes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/utils/fixes.py b/sklearn/utils/fixes.py index ea7a4c8f83344..49519ed55c82c 100644 --- a/sklearn/utils/fixes.py +++ b/sklearn/utils/fixes.py @@ -138,7 +138,7 @@ class loguniform(scipy.stats.reciprocal): The logarithmic probability density function (PDF) is uniform. When ``x`` is a uniformly distributed random variable between 0 and 1, ``10**x`` - are random variales that are equally likely to be returned. + are random variables that are equally likely to be returned. This class is an alias to ``scipy.stats.reciprocal``, which uses the reciprocal distribution: