Skip to content

Commit 5392336

Browse files
aleicazattimichaelosthege
authored andcommitted
fix typo
1 parent fc51fd3 commit 5392336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/discrete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ def ZeroInfNegBinom(a, m, psi, x):
14541454
psi : tensor_like of float
14551455
Expected proportion of NegativeBinomial variates (0 < psi < 1)
14561456
mu : tensor_like of float
1457-
Poission distribution parameter (mu > 0).
1457+
Poisson distribution parameter (mu > 0).
14581458
alpha : tensor_like of float
14591459
Gamma distribution parameter (alpha > 0).
14601460
p : tensor_like of float

0 commit comments

Comments
 (0)