Skip to content

Commit

Permalink
Bernoulli docstring update as in pymc-devs#5459
Browse files Browse the repository at this point in the history
  • Loading branch information
mariyayb committed Jul 9, 2022
1 parent 966aabf commit 17edf24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymc/distributions/discrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ class Bernoulli(Discrete):
Parameters
----------
p: float
p : tensor_like or float
Probability of success (0 < p < 1).
logit_p: float
logit_p : tensor_like or float
Alternative log odds for the probability of success.
"""
rv_op = bernoulli
Expand Down

0 comments on commit 17edf24

Please sign in to comment.