Skip to content

Commit 7e2239a

Browse files
Fix one more docstring line
1 parent 38b0b6b commit 7e2239a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/multivariate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ class Dirichlet(SimplexContinuous):
439439
440440
Parameters
441441
----------
442-
a: tensor_like of float
442+
a : tensor_like of float
443443
Concentration parameters (a > 0). The number of categories is given by the
444444
length of the last axis.
445445
"""

0 commit comments

Comments
 (0)