Skip to content

Commit f119345

Browse files
authored
fixed Gamma docstring or -> of (#5501)
1 parent fb7e041 commit f119345

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pymc/distributions/continuous.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,13 +2279,13 @@ class Gamma(PositiveContinuous):
22792279
22802280
Parameters
22812281
----------
2282-
alpha : tensor_like or float, optional
2282+
alpha : tensor_like of float, optional
22832283
Shape parameter (alpha > 0).
2284-
beta : tensor_like or float, optional
2284+
beta : tensor_like of float, optional
22852285
Rate parameter (beta > 0).
2286-
mu : tensor_like or float, optional
2286+
mu : tensor_like of float, optional
22872287
Alternative shape parameter (mu > 0).
2288-
sigma : tensor_like or float, optional
2288+
sigma : tensor_like of float, optional
22892289
Alternative scale parameter (sigma > 0).
22902290
"""
22912291
rv_op = gamma

0 commit comments

Comments
 (0)