Skip to content

Commit 6e4dd1b

Browse files
committed
fixed numpy docstring for class weibull
1 parent 9a066e7 commit 6e4dd1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/distributions/continuous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,9 +2594,9 @@ class Weibull(PositiveContinuous):
25942594
25952595
Parameters
25962596
----------
2597-
alpha: float
2597+
alpha : float
25982598
Shape parameter (alpha > 0).
2599-
beta: float
2599+
beta : float
26002600
Scale parameter (beta > 0).
26012601
"""
26022602

0 commit comments

Comments
 (0)