From ce52d55eae97b9068956d7429cc475d31ac84e69 Mon Sep 17 00:00:00 2001 From: mariyayb Date: Sat, 9 Jul 2022 10:34:41 -0400 Subject: [PATCH] Bernoulli docstring update as in #5459 --- pymc/distributions/discrete.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pymc/distributions/discrete.py b/pymc/distributions/discrete.py index 76cc4ef49a..58b1972d9d 100644 --- a/pymc/distributions/discrete.py +++ b/pymc/distributions/discrete.py @@ -366,9 +366,9 @@ class Bernoulli(Discrete): Parameters ---------- - p: float + p : tensor_like of float Probability of success (0 < p < 1). - logit_p: float + logit_p : tensor_like of float Alternative log odds for the probability of success. """ rv_op = bernoulli