Skip to content

Commit 3d958ad

Browse files
sumitbathlatwiecki
authored andcommitted
Updated pymc.Bound docstring
1 parent 9a066e7 commit 3d958ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymc/distributions/bound.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ class Bound:
145145
146146
Parameters
147147
----------
148-
dist: PyMC unnamed distribution
148+
dist : PyMC unnamed distribution
149149
Distribution to be transformed into a bounded distribution created via the
150150
`.dist()` API.
151-
lower: float or array like, optional
151+
lower : float or array like, optional
152152
Lower bound of the distribution.
153-
upper: float or array like, optional
153+
upper : float or array like, optional
154154
Upper bound of the distribution.
155155
156156
Examples

0 commit comments

Comments
 (0)