Skip to content

Commit 6c42b6a

Browse files
canyon289twiecki
authored andcommitted
Fix plural subject agreement
1 parent bcd6d0d commit 6c42b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/dist_math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def grad(self, inp, grads):
388388

389389

390390
def random_choice(*args, **kwargs):
391-
"""Return draws from a categorical probability functions
391+
"""Return draws from categorical probability functions
392392
393393
Args:
394394
p: array

0 commit comments

Comments
 (0)