Skip to content

Commit 69e223b

Browse files
author
Junpeng Lao
authored
Merge pull request #2237 from karink520/mixture_typo
Fixing typo
2 parents 9b0f4fc + e7b7462 commit 69e223b

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)