Skip to content

Commit a2f589c

Browse files
authored
Fixed cut and paste typo
1 parent 0929f56 commit a2f589c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/discrete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ class ZeroInflatedBinomial(Discrete):
668668
p : float
669669
Probability of success in each trial (0 < p < 1).
670670
psi : float
671-
Expected proportion of Poisson variates (0 < psi < 1)
671+
Expected proportion of Binomial variates (0 < psi < 1)
672672
673673
"""
674674

0 commit comments

Comments
 (0)