Skip to content

Commit 47982b4

Browse files
authored
Merge pull request #3022 from canyon289/improve_dist_docstrings
Add docstrings to random and logp in continuous.py
2 parents 1a20c1d + 4ec8a29 commit 47982b4

File tree

2 files changed

+803
-4
lines changed

2 files changed

+803
-4
lines changed

docs/source/prob_dists.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ All distributions in ``pm.distributions`` will have two important methods: ``ran
3030

3131
class SomeDistribution(Continuous):
3232
33-
def random(self, point=None, size=None, repeat=None):
33+
def random(self, point=None, size=None):
3434
...
3535
return random_samples
3636

0 commit comments

Comments
 (0)