We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3150eb8 commit 78dd40fCopy full SHA for 78dd40f
pymc/distributions/transforms.py
@@ -194,7 +194,7 @@ class Interval(IntervalTransform):
194
lower : int or float, optional
195
Lower bound of the interval transform. Must be a constant finite value.
196
By default (``lower=None``), the interval is not bounded below.
197
- upper : int or float, optinoal
+ upper : int or float, optional
198
Upper bound of the interval transform. Must be a constant finite value.
199
By default (``upper=None``), the interval is not bounded above.
200
bounds_fn : callable, optional
0 commit comments