Skip to content

Commit 78dd40f

Browse files
ArmavicaricardoV94
authored andcommitted
Typo in pm.distributions.transforms.Interval doc
1 parent 3150eb8 commit 78dd40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class Interval(IntervalTransform):
194194
lower : int or float, optional
195195
Lower bound of the interval transform. Must be a constant finite value.
196196
By default (``lower=None``), the interval is not bounded below.
197-
upper : int or float, optinoal
197+
upper : int or float, optional
198198
Upper bound of the interval transform. Must be a constant finite value.
199199
By default (``upper=None``), the interval is not bounded above.
200200
bounds_fn : callable, optional

0 commit comments

Comments
 (0)