Skip to content

Commit b5d1bf9

Browse files
committed
updated pymc.DiscreteUniform docstring
1 parent aa36d07 commit b5d1bf9

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
@@ -1145,7 +1145,7 @@ def rng_fn_scipy(cls, rng, lower, upper, size=None):
11451145

11461146
class DiscreteUniform(Discrete):
11471147
R"""Discrete uniform distribution.
1148-
1148+
11491149
The pmf of this distribution is
11501150
11511151
.. math:: f(x \mid lower, upper) = \frac{1}{upper-lower+1}

0 commit comments

Comments
 (0)