Skip to content

Commit 7a3cf27

Browse files
committed
Remove duplicated docstring
1 parent e79c852 commit 7a3cf27

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pymc3/distributions/discrete.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,6 @@ def logp(self, value):
9191
"""
9292
Calculate log-probability of Binomial distribution at specified value.
9393
94-
Parameters
95-
----------
96-
value : numeric
97-
Value(s) for which log-probability is calculated. If the log probabilities for multiple
98-
values are desired the values must be provided in a numpy array or theano tensor
99-
100-
Returns
101-
-------
102-
TensorVariable
103-
"""
104-
"""
105-
Calculate log-probability of Binomial distribution at specified value.
106-
10794
Parameters
10895
----------
10996
value : numeric

0 commit comments

Comments
 (0)