Skip to content

Commit 17dc377

Browse files
authored
Merge pull request #1233 from pymc-devs/categorical_docstring
Corrected Categorical docstring to specify array argument for parameter
2 parents 3ca8af6 + 6db6e30 commit 17dc377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/discrete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class Categorical(Discrete):
357357
358358
Parameters
359359
----------
360-
p : float
360+
p : array of floats
361361
p > 0 and the elements of p must sum to 1. They will be automatically
362362
rescaled otherwise.
363363
"""

0 commit comments

Comments
 (0)