Skip to content

Commit e7b7462

Browse files
committed
Fixing typo
1 parent 9b0f4fc commit e7b7462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc3/distributions/mixture.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Mixture(Distribution):
3535
----------
3636
w : array of floats
3737
w >= 0 and w <= 1
38-
the mixutre weights
38+
the mixture weights
3939
comp_dists : multidimensional PyMC3 distribution or iterable of one-dimensional PyMC3 distributions
4040
the component distributions :math:`f_1, \ldots, f_n`
4141
"""
@@ -157,7 +157,7 @@ class NormalMixture(Mixture):
157157
----------
158158
w : array of floats
159159
w >= 0 and w <= 1
160-
the mixutre weights
160+
the mixture weights
161161
mu : array of floats
162162
the component means
163163
sd : array of floats

0 commit comments

Comments
 (0)