8000 DOC fix simple typo, variales -> variables (#19054) · scikit-learn/scikit-learn@a92ec1b · GitHub
[go: up one dir, main page]

Skip to content

Commit a92ec1b

Browse files
authored
DOC fix simple typo, variales -> variables (#19054)
1 parent dc56167 commit a92ec1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/utils/fixes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class loguniform(scipy.stats.reciprocal):
138138
139139
The logarithmic probability density function (PDF) is uniform. When
140140
``x`` is a uniformly distributed random variable between 0 and 1, ``10**x``
141-
are random variales that are equally likely to be returned.
141+
are random variables that are equally likely to be returned.
142142
143143
This class is an alias to ``scipy.stats.reciprocal``, which uses the
144144
reciprocal distribution:

0 commit comments

Comments
 (0)
0